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-12 11:15:00 +0800 |
commit | b3b0a429ef66d334e776052c1a9a281aeb568e05 (patch) | |
tree | 42a33eda94a2430005723a62d48fd0c6849c11b2 | |
parent | 7377004dfc8d5d01f6ca7899f6355a0ac4ea7f8a (diff) | |
download | u-boot-imx-b3b0a429ef66d334e776052c1a9a281aeb568e05.zip u-boot-imx-b3b0a429ef66d334e776052c1a9a281aeb568e05.tar.gz u-boot-imx-b3b0a429ef66d334e776052c1a9a281aeb568e05.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>
-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 2161a5e..a113835 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -28,6 +28,10 @@ config MX6SX config MX6UL bool +config MX6ULL + bool + select MX6UL + choice prompt "MX6 board select" |