diff options
Diffstat (limited to 'include/configs/blanche.h')
-rwxr-xr-x | include/configs/blanche.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/blanche.h b/include/configs/blanche.h index 74f669525df..a3ebe6163ea 100755 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -38,12 +38,10 @@ /* FLASH */ #if !defined(CONFIG_MTD_NOR_FLASH) -#define CONFIG_SYS_TEXT_BASE 0x40000000 #define CONFIG_SPI #define CONFIG_SH_QSPI #define CONFIG_SH_QSPI_BASE 0xE6B10000 #else -#define CONFIG_SYS_TEXT_BASE 0x00000000 #define CONFIG_SYS_FLASH_CFI #define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT #define CONFIG_FLASH_CFI_DRIVER |