U-Boot: generate a separate uImage for the boot tgz as well
We need this when using the linux entry point.
This commit is contained in:
@@ -212,6 +212,10 @@ BuildUImage haiku_loader.ub : haiku_loader :
|
|||||||
|
|
||||||
local tgzArchive = haiku-floppyboot.tgz ;
|
local tgzArchive = haiku-floppyboot.tgz ;
|
||||||
|
|
||||||
|
BuildUImage $(tgzArchive).ub : $(tgzArchive) :
|
||||||
|
-A $(TARGET_ARCH) -O linux -T ramdisk -C none
|
||||||
|
-n '$(tgzArchive) $(TARGET_BOOT_BOARD)' ;
|
||||||
|
|
||||||
BuildUImage haiku_loader_linux.ub : haiku_loader :
|
BuildUImage haiku_loader_linux.ub : haiku_loader :
|
||||||
-A $(TARGET_ARCH) -O linux -T kernel -C none
|
-A $(TARGET_ARCH) -O linux -T kernel -C none
|
||||||
-a $(HAIKU_BOARD_LOADER_BASE) -e $(HAIKU_BOARD_LOADER_ENTRY_LINUX)
|
-a $(HAIKU_BOARD_LOADER_BASE) -e $(HAIKU_BOARD_LOADER_ENTRY_LINUX)
|
||||||
|
|||||||
Reference in New Issue
Block a user