]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/omapl138_lcdk.h
Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig
[people/ms/u-boot.git] / include / configs / omapl138_lcdk.h
index 77ac08aaf596a8e5e46acc15a5c9f56c0fe8cb4f..2c1784021897c884f96c07bb7ff507ada73a7199 100644 (file)
 #endif
 
 #ifdef CONFIG_USE_SPIFLASH
-#define CONFIG_ENV_IS_IN_SPI_FLASH
 #define CONFIG_ENV_SIZE                        (64 << 10)
 #define CONFIG_ENV_OFFSET              (256 << 10)
 #define CONFIG_ENV_SECT_SIZE           (64 << 10)
 #undef CONFIG_ENV_OFFSET
 #define CONFIG_ENV_SIZE                (16 << 10)      /* 16 KiB */
 #define CONFIG_ENV_OFFSET      (51 << 9)       /* Sector 51 */
-#undef CONFIG_ENV_IS_IN_SPI_FLASH
 #endif
 
 #ifndef CONFIG_DIRECT_NOR_BOOT