flash: complete CONFIG_SYS_NO_FLASH move with renaming
[platform/kernel/u-boot.git] / include / configs / bf525-ucr2.h
index 008f4b5..b58c1db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * U-boot - Configuration file for bf525-ucr2 board
+ * U-Boot - Configuration file for bf525-ucr2 board
  * The board includes ADSP-BF525 rev. 0.2,
  * 32-bit SDRAM (SAMSUNG K4S561632H-UC75),
  * USB 2.0 High Speed OTG USB WIFI,
 #define CONFIG_SYS_MONITOR_LEN (320 * 1024)
 #define CONFIG_SYS_MALLOC_LEN  (320 * 1024)
 
-/* We don't have a parallel flash chip */
-#define CONFIG_SYS_NO_FLASH
-
 /* support for serial flash */
 #define CONFIG_BFIN_SPI
-#define CONFIG_SPI_FLASH
-#define CONFIG_CMD_SF
 #define CONFIG_SF_DEFAULT_HZ   30000000
-#define CONFIG_SPI_FLASH_EON
 
 #define CONFIG_ENV_IS_IN_SPI_FLASH
 #define CONFIG_ENV_SPI_MAX_HZ  30000000
 #define CONFIG_BFIN_SERIAL
 #define CONFIG_BOOTARGS                "root=/dev/mtdblock0 rw"
 #define CONFIG_BOOTCOMMAND     "run sfboot"
-#define CONFIG_BOOTDELAY       5
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "sfboot=sf probe 1;" \
                "sf read 0x1000000 0x20000 0x300000;" \
                "bootm 0x1000000\0"
 
-/* this sets up the default list of enabled commands */
-#include <config_cmd_default.h>
-#undef CONFIG_CMD_NET  /* bootp, tftpboot, rarpboot */
-#undef CONFIG_CMD_NFS
-#undef CONFIG_CMD_IMLS
-
 #endif