diff options
Diffstat (limited to 'include/configs/blanche.h')
-rwxr-xr-x | include/configs/blanche.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/blanche.h b/include/configs/blanche.h index e040dbaede2..cb80b903817 100755 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -39,8 +39,7 @@ #undef CONFIG_SYS_LOADS_BAUD_CHANGE /* FLASH */ -/* #define CONFIG_SYS_NO_FLASH */ /* uncomment if use QSPI-FLASH */ -#if defined(CONFIG_SYS_NO_FLASH) +#if !defined(CONFIG_MTD_NOR_FLASH) #define CONFIG_SYS_TEXT_BASE 0x40000000 #define CONFIG_SPI #define CONFIG_SH_QSPI @@ -80,7 +79,7 @@ #define CONFIG_SYS_TMU_CLK_DIV 4 /* ENV setting */ -#if defined(CONFIG_SYS_NO_FLASH) +#if !defined(CONFIG_MTD_NOR_FLASH) #else #undef CONFIG_ENV_IS_IN_SPI_FLASH #undef CONFIG_ENV_ADDR |