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:
parent
d1ebf9716d
commit
8d8bda071f
@ -212,6 +212,10 @@ BuildUImage haiku_loader.ub : haiku_loader :
|
||||
|
||||
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 :
|
||||
-A $(TARGET_ARCH) -O linux -T kernel -C none
|
||||
-a $(HAIKU_BOARD_LOADER_BASE) -e $(HAIKU_BOARD_LOADER_ENTRY_LINUX)
|
||||
|
Loading…
Reference in New Issue
Block a user