]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/bf548-ezkit.h
powerpc/mpc8544ds: Add USB controller support for MPC8544DS
[karo-tx-uboot.git] / include / configs / bf548-ezkit.h
index ae27a977b009a3ee562943d22f5e8fad8f1b9213..e6b05db09d79f2f4b1097ef0d18ea72b1ff129eb 100644 (file)
@@ -69,7 +69,6 @@
  * Network Settings
  */
 #define ADI_CMDS_NETWORK       1
-#define CONFIG_NET_MULTI
 #define CONFIG_SMC911X 1
 #define CONFIG_SMC911X_BASE    0x24000000
 #define CONFIG_SMC911X_16_BIT
 #define CONFIG_DRIVER_NAND_BFIN
 #define CONFIG_SYS_NAND_BASE           0 /* not actually used */
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
-#define NAND_MAX_CHIPS         1
 
 
 /*
 /* Don't waste time transferring a logo over the UART */
 # if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART)
 #  define CONFIG_VIDEO
+#  define EASYLOGO_HEADER <asm/bfin_logo_230x230_gzip.h>
 # endif
 # define CONFIG_DEB_DMA_URGENT
 #endif
        GPIO_PB8, GPIO_PB9, GPIO_PB10, GPIO_PB11
 #define CONFIG_POST_BSPEC2_GPIO_NAMES \
        13, 12, 11, 10,
-#define FLASH_START_POST_BLOCK 11       /* Should > = 11 */
-#define FLASH_END_POST_BLOCK   71       /* Should < = 71 */
+#define CONFIG_SYS_POST_FLASH_START    10
+#define CONFIG_SYS_POST_FLASH_END      127
 #endif