diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-29 19:20:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:29:38 -0400 |
commit | 29ec68588383e8382c6c274e2cb4dcdd150cce76 (patch) | |
tree | 93af85b7d8bc4674a437a2793bea40267c7cfa88 /include/configs/ts4800.h | |
parent | 1e6776000efba7027d85eedcd532ba8e78e0fb6e (diff) | |
download | u-boot-29ec68588383e8382c6c274e2cb4dcdd150cce76.tar.gz u-boot-29ec68588383e8382c6c274e2cb4dcdd150cce76.tar.bz2 u-boot-29ec68588383e8382c6c274e2cb4dcdd150cce76.zip |
arm: Re-sync ARCH_MX5 / MX51 / MX53 CONFIG options
A few boards had not been fully re-synced with CONFIG_ARCH_MX5 / CONFIG_MX51 /
CONFIG_MX53 being in Kconfig. Do so now.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ts4800.h')
-rw-r--r-- | include/configs/ts4800.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ts4800.h b/include/configs/ts4800.h index a65c5f1c71..7bb8c87988 100644 --- a/include/configs/ts4800.h +++ b/include/configs/ts4800.h @@ -14,7 +14,6 @@ #define __CONFIG_H /* High Level Configuration Options */ -#define CONFIG_MX51 #define CONFIG_SKIP_LOWLEVEL_INIT /* U-Boot is a 2nd stage bootloader */ |