u-boot-brain/board/freescale/ls1021aqds/Kconfig
Wang Huan 550e3dc090 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>
2014-09-08 10:30:34 -07:00

24 lines
262 B
Plaintext

if TARGET_LS1021AQDS
config SYS_CPU
string
default "armv7"
config SYS_BOARD
string
default "ls1021aqds"
config SYS_VENDOR
string
default "freescale"
config SYS_SOC
string
default "ls102xa"
config SYS_CONFIG_NAME
string
default "ls1021aqds"
endif