]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/axs101.h
karo: tx6: enable GPT command
[karo-tx-uboot.git] / include / configs / axs101.h
index 5fb8aca4bca95f3fa307407649e2d084b65ff2af..7cb885323aa17207f72d2331d799ec95a3d44e89 100644 (file)
 #define CONFIG_SYS_BOOTM_LEN           0x2000000       /* 32 MB */
 #define CONFIG_SYS_LOAD_ADDR           0x82000000
 
+/*
+ * This board might be of different versions so handle it
+ */
+#define CONFIG_BOARD_TYPES
+#define CONFIG_BOARD_EARLY_INIT_F
+
 /*
  * NAND Flash configuration
  */
 /*
  * Ethernet configuration
  */
-#define CONFIG_DESIGNWARE_ETH
 #define CONFIG_DW_AUTONEG
-#define CONFIG_NET_MULTI
 
 /*
  * Command line configuration
  */
-#include <config_cmd_default.h>
-
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_ELF
  * Console configuration
  */
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_PROMPT              "AXS# "
 #define CONFIG_SYS_CBSIZE              256
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \