summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2013-11-22 17:39:12 +0800
committerYork Sun <yorksun@freescale.com>2013-11-25 12:36:55 -0800
commitf7f155e1e180e2e7743a036016ed917bba581d98 (patch)
treeae0fab6b92ade3fd6e715946f9e7fc861654cd2b /include
parentc4d0e81156a4b5108057eeaa3999e2aa27b10d4c (diff)
downloadblackbird-obmc-uboot-f7f155e1e180e2e7743a036016ed917bba581d98.tar.gz
blackbird-obmc-uboot-f7f155e1e180e2e7743a036016ed917bba581d98.zip
t2080qds/ramboot: enable PBL tool for t2080qds
Add the default RCW(SerDes 0x66_0x16) and PBI configure file for T2080QDS board, so we can use PBL tool to generate the ramboot image to support boot from NAND/SPI/SD. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/T2080QDS.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/T2080QDS.h b/include/configs/T2080QDS.h
index f85ccf552f..ad09816974 100644
--- a/include/configs/T2080QDS.h
+++ b/include/configs/T2080QDS.h
@@ -45,6 +45,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/t2080qds/t2080_pbi.cfg
+#define CONFIG_PBLRCW_CONFIG $(SRCTREE)/board/freescale/t2080qds/t2080_rcw.cfg
#endif
#define CONFIG_SRIO_PCIE_BOOT_MASTER
OpenPOWER on IntegriCloud