U-Boot: Add a Linux-type loader target

* those should be cleaned up. BoardSetup should tell which OS type to emulate.
This commit is contained in:
François Revol 2012-05-17 18:44:11 +02:00
parent f4bd3cda32
commit f5759f2e99

View File

@ -185,6 +185,12 @@ BuildUImage haiku_loader.ub : haiku_loader :
-n 'haiku_loader' ;
local tgzArchive = haiku-floppyboot.tgz ;
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)
-n 'haiku_loader' ;
BuildUImage haiku_loader_nbsd.ub : haiku_loader $(tgzArchive) :
-A $(TARGET_ARCH) -O $(uImageFakeOS) -T multi -C none
-a $(HAIKU_BOARD_LOADER_BASE) -e $(HAIKU_BOARD_LOADER_ENTRY_NBSD)