diff options
author | Ye Li <ye.li@nxp.com> | 2016-02-16 18:24:24 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-04-13 10:22:32 +0800 |
commit | b4cfea97e6a79d9613920e5fa7c4e7bded0443c4 (patch) | |
tree | e2bb163b000f0a202a432323b8c2b707007811e4 | |
parent | 936de37e4ce31525a21beacd4215990e473a7417 (diff) | |
download | u-boot-imx-b4cfea97e6a79d9613920e5fa7c4e7bded0443c4.zip u-boot-imx-b4cfea97e6a79d9613920e5fa7c4e7bded0443c4.tar.gz u-boot-imx-b4cfea97e6a79d9613920e5fa7c4e7bded0443c4.tar.bz2 |
MLK-12616-3 mx6ull: Enable CONFIG_MX6UL definition for MX6ULL
Since iMX6ULL is derivative of iMX6UL, most of design are same, so enable
CONFIG_MX6UL to reduce duplicated effort.
We can use CONFIG_MX6ULL for the difference between these two chips.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit b3b0a429ef66d334e776052c1a9a281aeb568e05)
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index f280f29..ce073da 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -31,6 +31,10 @@ config MX6UL select ROM_UNIFIED_SECTIONS bool +config MX6ULL + bool + select MX6UL + choice prompt "MX6 board select" optional |