diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-28 18:27:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 18:27:34 -0400 |
commit | 3b191c56c841596771b4120f09fb556adf958b5c (patch) | |
tree | 5ed568819fa2bace15089a128e21bd0b5f5b2622 /include/configs/omapl138_lcdk.h | |
parent | bd33a72f8362ff4a373c9eefaf6e4b3ade521fa4 (diff) | |
parent | 0465f12efb657176854db7a3ed3400df148d13bc (diff) |
Merge branch '2020-07-28-Kconfig-migrations'
- Migration of more symbols to Kconfig
Diffstat (limited to 'include/configs/omapl138_lcdk.h')
-rw-r--r-- | include/configs/omapl138_lcdk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 58fc10d31f..a37359e6c3 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -145,9 +145,6 @@ #define CONFIG_SYS_NAND_ECCSIZE 512 #define CONFIG_SYS_NAND_ECCBYTES 10 #define CONFIG_SYS_NAND_OOBSIZE 64 -#define CONFIG_SPL_NAND_BASE -#define CONFIG_SPL_NAND_DRIVERS -#define CONFIG_SPL_NAND_ECC #define CONFIG_SPL_NAND_LOAD #endif @@ -155,9 +152,6 @@ * Network & Ethernet Configuration */ #ifdef CONFIG_DRIVER_TI_EMAC -#undef CONFIG_DRIVER_TI_EMAC_USE_RMII -#define CONFIG_BOOTP_DEFAULT -#define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_NET_RETRY_COUNT 10 #endif |