diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2013-03-25 07:40:02 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-05-24 16:54:10 -0500 |
commit | c79fd50382e1d4ec85d3fb15a71d0fd48ac29295 (patch) | |
tree | 4e06f92cccc854e7768be742b259939c533cf8a3 /include | |
parent | 0aadf4aa51aaf21c62495fb25cc3e76bf0f268c2 (diff) | |
download | u-boot-imx-c79fd50382e1d4ec85d3fb15a71d0fd48ac29295.zip u-boot-imx-c79fd50382e1d4ec85d3fb15a71d0fd48ac29295.tar.gz u-boot-imx-c79fd50382e1d4ec85d3fb15a71d0fd48ac29295.tar.bz2 |
T4240/ramboot: enable PBL tool for T4240
Added a default RCW(1_28_6_12) and PBI configure file for T4240, so it can use
PBL tool to produce the ramboot image.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/t4qds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index b5462b7..943bf67 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -29,6 +29,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/t4qds/t4_pbi.cfg +#define CONFIG_PBLRCW_CONFIG $(SRCTREE)/board/freescale/t4qds/t4_rcw.cfg #endif #define CONFIG_CMD_REGINFO |