]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ve8313.h
configs: Re-sync with cmd/Kconfig
[people/ms/u-boot.git] / include / configs / ve8313.h
index bc2d441a5e00f423524280c054934fc2b0026506..2425ebf66933aeb10aa3a7e3f15086a72260a4ab 100644 (file)
                                | OR_GPCM_EAD)
                                /* 0xfe0009f7 */
 
-/* pass open firmware flat tree */
-#define CONFIG_OF_LIBFDT       1
-#define CONFIG_OF_BOARD_SETUP  1
-#define CONFIG_OF_STDOUT_VIA_ALIAS     1
-
 /*
  * Serial Port
  */
 #define CONFIG_SYS_NS16550_COM1        (CONFIG_SYS_IMMR+0x4500)
 #define CONFIG_SYS_NS16550_COM2        (CONFIG_SYS_IMMR+0x4600)
 
-/* Use the HUSH parser */
-#define CONFIG_SYS_HUSH_PARSER
-
 #if defined(CONFIG_PCI)
 /*
  * General PCI
  */
 #define CONFIG_TSEC_ENET               /* TSEC ethernet support */
 
-
 #define CONFIG_TSEC1
 #ifdef CONFIG_TSEC1
 #define CONFIG_HAS_ETH0
 /*
  * Command line configuration.
  */
-#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_MII
-#define CONFIG_CMD_PING
 #define CONFIG_CMD_PCI
 
 #define CONFIG_CMDLINE_EDITING 1