]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/tb100.h
sandbox: Enable DHCP and IP defrag
[karo-tx-uboot.git] / include / configs / tb100.h
index 32675c43d4943684c3eb88cc977209ef3f5c83d1..501449a581720e4a28f9f1f09ad2e44d488caebc 100644 (file)
  */
 #define CONFIG_SYS_TIMER_RATE          CONFIG_SYS_CLK_FREQ
 
-/*
- * Board configuration
- */
-#define CONFIG_SYS_GENERIC_BOARD
-#define CONFIG_ARCH_EARLY_INIT_R
-
 /*
  * Memory configuration
  */
-#define CONFIG_SYS_TEXT_BASE           0x84000000
 #define CONFIG_SYS_MONITOR_BASE                CONFIG_SYS_TEXT_BASE
 
 #define CONFIG_SYS_DDR_SDRAM_BASE      0x80000000
 /*
  * UART configuration
  */
-#define CONFIG_CONS_INDEX              1
+#define CONFIG_DW_SERIAL
 #define CONFIG_SYS_NS16550
 #define CONFIG_SYS_NS16550_SERIAL
-#define CONFIG_SYS_NS16550_REG_SIZE    -4
 #define CONFIG_SYS_NS16550_CLK         166666666
-#define CONFIG_SYS_NS16550_COM1                0xFF100000
-#define CONFIG_SYS_NS16550_MEM32
-
 #define CONFIG_BAUDRATE                        115200
 
 /*