diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2014-12-17 07:39:21 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-01-16 17:30:58 (GMT) |
commit | 026f64f636e93f4d8298ab9a3ac3815ccbdb38c0 (patch) | |
tree | 70a4e2181e1e64f37a988e3cfb7118143f711f7a /configs | |
parent | f08a5db9501c9f74698e71961eb0d594ffc39209 (diff) | |
download | u-boot-026f64f636e93f4d8298ab9a3ac3815ccbdb38c0.tar.xz |
t1024qds: add missing T1024QDS_defconfig
Add missing T1024QDS_defconfig for NOR boot on T1024QDS.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/T1024QDS_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/T1024QDS_defconfig b/configs/T1024QDS_defconfig new file mode 100644 index 0000000..94a76ba --- /dev/null +++ b/configs/T1024QDS_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="PPC_T1024" +CONFIG_PPC=y +CONFIG_MPC85xx=y +CONFIG_TARGET_T102XQDS=y |