diff options
author | Wang Huan | 2014-09-05 13:52:44 +0800 |
---|---|---|
committer | York Sun | 2014-09-08 10:30:34 -0700 |
commit | 550e3dc090888fbc9c0fc4066541a2b4eb88c47b (patch) | |
tree | 3d82f1a3c9c30a85c612e487a73df2cc767173d7 /configs | |
parent | ef87cab66492fe530bb6ec2e499b030c5ae60286 (diff) |
arm: ls102xa: Add basic support for LS1021AQDS board
LS102xA is an ARMv7 implementation. This patch is to add
basic support for LS1021AQDS board.
One DDR controller
DUART1 is used as the console
For the detail board information, please refer to README.
Signed-off-by: Alison Wang <alison.wang@freescale.com>
Signed-off-by: Jason Jin <jason.jin@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ls1021aqds_nor_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1021aqds_nor_defconfig b/configs/ls1021aqds_nor_defconfig new file mode 100644 index 00000000000..9e42d61095b --- /dev/null +++ b/configs/ls1021aqds_nor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_LS1021AQDS=y |