mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
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>
13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
if TARGET_MX7DSABRESD
|
|
|
|
config SYS_BOARD
|
|
default "mx7dsabresd"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx7dsabresd"
|
|
|
|
endif
|