U-Boot: board-specific setup is already in build/jam/board/
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user