diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2015-12-30 02:45:26 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-20 10:19:37 -0500 |
commit | 65c5c81f27b61e513eac8edef36774ba2e6ba332 (patch) | |
tree | 590da2009ad010208d1fbf8432da48db33f011d1 | |
parent | 8b7fb78d485e19aa5cfe9713be18326540fd2efe (diff) | |
download | u-boot-65c5c81f27b61e513eac8edef36774ba2e6ba332.tar.gz u-boot-65c5c81f27b61e513eac8edef36774ba2e6ba332.tar.xz u-boot-65c5c81f27b61e513eac8edef36774ba2e6ba332.zip |
ti_omap3_common: Do not define CONFIG_SPL_NAND_SUPPORT
Symbol is already defined in ti_armv7_common.h which is included
via ti_armv7_omap.h
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/ti_omap3_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h index 1c71cb636b..02fdcdca8f 100644 --- a/include/configs/ti_omap3_common.h +++ b/include/configs/ti_omap3_common.h @@ -73,7 +73,6 @@ #ifdef CONFIG_NAND -#define CONFIG_SPL_NAND_SUPPORT #define CONFIG_SPL_NAND_SIMPLE #define CONFIG_SYS_NAND_BASE 0x30000000 #endif |