]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/colibri_vf.h
Merge branch 'master' of git://git.denx.de/u-boot-net
[people/ms/u-boot.git] / include / configs / colibri_vf.h
index ab8d293dd751d5271aa8b18f01d033ecefa8c4d7..5aed3a5fcd1db29d8db1655bf5d472795b5210a4 100644 (file)
@@ -18,8 +18,8 @@
 #define CONFIG_SYS_THUMB_BUILD
 #define CONFIG_USE_ARCH_MEMCPY
 #define CONFIG_USE_ARCH_MEMSET
+#define CONFIG_SYS_FSL_CLK
 
-#define CONFIG_SYS_GENERIC_BOARD
 #define CONFIG_ARCH_MISC_INIT
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
@@ -36,7 +36,6 @@
 
 #define CONFIG_BOARD_EARLY_INIT_F
 
-#define CONFIG_FSL_LPUART
 #define LPUART_BASE                    UART0_BASE
 
 /* Allow to overwrite serial and ethaddr */
@@ -55,7 +54,6 @@
 
 /* GPIO support */
 #define CONFIG_DM_GPIO
-#define CONFIG_CMD_GPIO
 #define CONFIG_VYBRID_GPIO
 
 /* Dynamic MTD partition support */
@@ -69,7 +67,6 @@
                                "512k(u-boot-env),"             \
                                "-(ubi)"
 
-
 #define CONFIG_MMC
 #define CONFIG_FSL_ESDHC
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
-#define CONFIG_SYS_PROMPT              "Colibri VFxx # "
 #undef CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              1024    /* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE              \
 #ifdef CONFIG_OF_CONTROL
 #define CONFIG_DM_SPI
 #define CONFIG_CMD_SPI
-#define CONFIG_FSL_DSPI
 #endif
 
 #endif /* __CONFIG_H */