]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/tb100.h
ARM: ti: Update layout for MMC and eMMC (env and dfu)
[people/ms/u-boot.git] / include / configs / tb100.h
index 62b9de39156ab78c41c660ae8fad5c10ca03b1bc..115b3b3c5be53a627ef19836032dfba007780cfa 100644 (file)
@@ -9,11 +9,6 @@
 
 #include <linux/sizes.h>
 
-/*
- *  CPU configuration
- */
-#define CONFIG_SYS_TIMER_RATE          CONFIG_SYS_CLK_FREQ
-
 /*
  * Memory configuration
  */
 #define CONFIG_SYS_BOOTM_LEN           SZ_32M
 #define CONFIG_SYS_LOAD_ADDR           0x82000000
 
-#define CONFIG_SYS_NO_FLASH
-
 /*
  * UART configuration
  */
 #define CONFIG_SYS_NS16550_SERIAL
 #define CONFIG_SYS_NS16550_CLK         166666666
-#define CONFIG_BAUDRATE                        115200
 
 /*
  * Ethernet PHY configuration
@@ -65,8 +57,6 @@
 /*
  * Command line configuration
  */
-#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_PING
 
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_MAXARGS             16
@@ -81,7 +71,6 @@
 /*
  * Environment configuration
  */
-#define CONFIG_BOOTDELAY               3
 #define CONFIG_BOOTFILE                        "uImage"
 #define CONFIG_BOOTARGS                        "console=ttyS0,115200n8"
 #define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR