U-Boot: board-specific setup is already in build/jam/board/

This commit is contained in:
François Revol
2011-11-22 02:27:11 +01:00
parent e2c30bd6c2
commit a8eaac6934
4 changed files with 0 additions and 19 deletions
-5
View File
@@ -54,11 +54,6 @@ KernelMergeObject boot_platform_u-boot.o :
boot_platform_u-boot_common.o
;
# include board-specific defs
SubInclude HAIKU_TOP src system boot platform $(TARGET_BOOT_PLATFORM) board ;
# reset SubDir
SubDir HAIKU_TOP src system boot platform u-boot ;
# bootable flash image
rule BuildUBootFlashImage image : haikuLoader : uboot_image
{
@@ -1,6 +0,0 @@
SubDir HAIKU_TOP src system boot platform u-boot board ;
if $(TARGET_BOOT_BOARD) {
SubInclude HAIKU_TOP src system boot platform $(TARGET_BOOT_PLATFORM) board $(TARGET_BOOT_BOARD) ;
}
@@ -1,4 +0,0 @@
SubDir HAIKU_TOP src system boot platform u-boot board $(TARGET_BOOT_BOARD) ;
BOARD_UBOOT_LOADER_ADDRESS = 0x80008000 ;
@@ -1,4 +0,0 @@
SubDir HAIKU_TOP src system boot platform u-boot board $(TARGET_BOOT_BOARD) ;
BOARD_UBOOT_LOADER_ADDRESS = 0xa2000000 ;