mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
424ee3d157
Move the MX5 based boards to arch/arm/cpu/armv7/mx5, following the
commit: 89ebc82137
Signed-off-by: Andrej Rosano <andrej@inversepath.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Vagrant Cascadian <vagrant@debian.org>
Tested-by: Chris Kuethe <chris.kuethe@gmail.com>
16 lines
117 B
Text
16 lines
117 B
Text
if ARCH_MX5
|
|
|
|
config MX5
|
|
bool
|
|
default y
|
|
|
|
config MX51
|
|
bool
|
|
|
|
config MX53
|
|
bool
|
|
|
|
config SYS_SOC
|
|
default "mx5"
|
|
|
|
endif
|