]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/bf525-ucr2.h
arm/rpi: Enable dcache
[karo-tx-uboot.git] / include / configs / bf525-ucr2.h
index 1f65130f6cd862066a46db2187aca270af07244c..fce6fc2e12a319ea9d9facd064056f89aa3f5c1f 100644 (file)
@@ -67,7 +67,6 @@
 
 /* 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
@@ -85,6 +84,7 @@
 #define CONFIG_UART_CONSOLE    0
 
 #define CONFIG_BAUDRATE                115200
+#define CONFIG_BFIN_SERIAL
 #define CONFIG_BOOTARGS                "root=/dev/mtdblock0 rw"
 #define CONFIG_BOOTCOMMAND     "run sfboot"
 #define CONFIG_BOOTDELAY       5
                "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