X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Ftb100.h;h=115b3b3c5be53a627ef19836032dfba007780cfa;hb=5cafcbab580bac6c7f44ca4a164c422b7e1ecf20;hp=41c2c729502bb7e81acda44af6846f9ff71e7b12;hpb=181bd9dc61d2da88b78f1c1138a685dae39354d6;p=oweals%2Fu-boot.git diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 41c2c72950..115b3b3c5b 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -9,11 +9,6 @@ #include -/* - * CPU configuration - */ -#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ - /* * Memory configuration */ @@ -30,21 +25,15 @@ #define CONFIG_SYS_BOOTM_LEN SZ_32M #define CONFIG_SYS_LOAD_ADDR 0x82000000 -#define CONFIG_SYS_NO_FLASH - /* * UART configuration */ -#define CONFIG_DW_SERIAL -#define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 166666666 -#define CONFIG_BAUDRATE 115200 /* * Ethernet PHY configuration */ -#define CONFIG_PHYLIB #define CONFIG_PHY_GIGE /* @@ -68,11 +57,6 @@ /* * Command line configuration */ -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_ELF -#define CONFIG_CMD_PING - -#define CONFIG_OF_LIBFDT #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 @@ -87,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