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:
François Revol 2014-11-01 17:11:01 +01:00
parent d1ebf9716d
commit 8d8bda071f

View File

@ -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)