summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2013-10-01 13:56:43 +0530
committerYork Sun <yorksun@freescale.com>2013-11-13 11:08:08 -0800
commit439fbe75a0185b3b6ede9c665f2117a1a30f64f9 (patch)
tree2fa13ff1ca0ae2c9a1ed70678ca5f4379cf2bf57 /include
parent63c4f17b2f8017d22241522a48c765073b8791b0 (diff)
downloadblackbird-obmc-uboot-439fbe75a0185b3b6ede9c665f2117a1a30f64f9.tar.gz
blackbird-obmc-uboot-439fbe75a0185b3b6ede9c665f2117a1a30f64f9.zip
powerpc/t1040: enable PBL tool for T1040
Use a default RCW of protocol 0x66. A PBI configure file which uses CPC as 256KB SRAM. It can be used by PBL tool on T1040 to build a pbl boot image. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/T1040QDS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h
index 2738242c54..7c6bec8f76 100644
--- a/include/configs/T1040QDS.h
+++ b/include/configs/T1040QDS.h
@@ -32,6 +32,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/t1040qds/t1040_pbi.cfg
+#define CONFIG_PBLRCW_CONFIG $(SRCTREE)/board/freescale/t1040qds/t1040_rcw.cfg
#endif
/* High Level Configuration Options */
OpenPOWER on IntegriCloud