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/mx51evk.h | |
parent | 1e6776000efba7027d85eedcd532ba8e78e0fb6e (diff) |
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/mx51evk.h')
-rw-r--r-- | include/configs/mx51evk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 98c9f9bbf6..726d3c88f2 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -13,8 +13,6 @@ /* High Level Configuration Options */ -#define CONFIG_MX51 /* in a mx51 */ - #define CONFIG_SYS_FSL_CLK #define CONFIG_SYS_TEXT_BASE 0x97800000 |