]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/p2041: set RCW and PBI files for .pbl build or P2041RDB
authorValentin Longchamp <valentin.longchamp@keymile.com>
Fri, 4 Jan 2013 04:06:17 +0000 (04:06 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 30 Jan 2013 17:25:12 +0000 (11:25 -0600)
In order to be able to build a u-boot.pbl image, both the
CONFIG_PBLPBI_CONFIG and CONFIG_PBLRCW_CONFIG variables have to be
defined.

This patch sets these two files for the P2041RDB board.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
include/configs/P2041RDB.h

index 8b9b0dbc22153404b76a52a90688ed90511964cb..bbc53ceafd22ff5093dd5b52089eba5f3f237e4c 100644 (file)
@@ -34,6 +34,8 @@
 #ifdef CONFIG_RAMBOOT_PBL
 #define CONFIG_RAMBOOT_TEXT_BASE       CONFIG_SYS_TEXT_BASE
 #define CONFIG_RESET_VECTOR_ADDRESS    0xfffffffc
+#define CONFIG_PBLPBI_CONFIG $(SRCTREE)/board/freescale/corenet_ds/pbi.cfg
+#define CONFIG_PBLRCW_CONFIG $(SRCTREE)/board/freescale/corenet_ds/rcw_p2041rdb.cfg
 #endif
 
 #ifdef CONFIG_SRIO_PCIE_BOOT_SLAVE