mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
8e4ba5e0ff
We have defined this kconfig entry in arch/arm/cpu/armv7/mx7/Kconfig, no need to redefine it in board Kconfig. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de>
12 lines
157 B
Text
12 lines
157 B
Text
if TARGET_MX7DSABRESD
|
|
|
|
config SYS_BOARD
|
|
default "mx7dsabresd"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx7dsabresd"
|
|
|
|
endif
|