diff options
Diffstat (limited to 'include/configs/km')
-rw-r--r-- | include/configs/km/km83xx-common.h | 1 | ||||
-rw-r--r-- | include/configs/km/km_arm.h | 7 | ||||
-rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
3 files changed, 1 insertions, 8 deletions
diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index d824b1bdcd..35ec0972bf 100644 --- a/include/configs/km/km83xx-common.h +++ b/include/configs/km/km83xx-common.h @@ -191,7 +191,6 @@ #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) #else /* CFG_SYS_RAMBOOT */ -#define CONFIG_SYS_NO_FLASH /* Flash is not usable now */ #define CONFIG_ENV_IS_NOWHERE /* Store ENV in memory only */ #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000) #define CONFIG_ENV_SIZE 0x2000 diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 56d3f0260a..c44ab36128 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -121,11 +121,6 @@ #define CONFIG_CMD_MTDPARTS /* - * Without NOR FLASH we need this - */ -#define CONFIG_SYS_NO_FLASH - -/* * NAND Flash configuration */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 @@ -292,7 +287,7 @@ int get_scl(void); "arch=arm\0" \ "" -#if defined(CONFIG_SYS_NO_FLASH) +#if !defined(CONFIG_MTD_NOR_FLASH) #undef CONFIG_FLASH_CFI_MTD #undef CONFIG_JFFS2_CMDLINE #endif diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index efd3b28900..9bfcfdefe9 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -373,7 +373,6 @@ int get_scl(void); #define CONFIG_CMD_ERRATA /* we don't need flash support */ -#define CONFIG_SYS_NO_FLASH #undef CONFIG_FLASH_CFI_MTD #undef CONFIG_JFFS2_CMDLINE |