diff options
author | Magnus Lilja <lilja.magnus@gmail.com> | 2018-05-11 14:06:54 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-17 12:02:24 +0200 |
commit | 3159ec64f5d19a123ed944295b4e974b2ee73b52 (patch) | |
tree | 71605551cf6582f6049689f66fdbf7c0abad291d /include/configs | |
parent | 51a42bea52c78bc797476e2b904df4572046a430 (diff) |
mx31pdk: Convert CONFIG_MX31 flag to use Kconfig.
Move CONFIG_MX31 from mx31pdk.h to mx31pdk_defconfig and introduce
necessary Kconfig changes as well.
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx31pdk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 583892fed2..3ec3126233 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -16,8 +16,6 @@ #include <asm/arch/imx-regs.h> /* High Level Configuration Options */ -#define CONFIG_MX31 /* This is a mx31 */ - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG |