]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/titanium.h
pinctrl: add pin control uclass support
[karo-tx-uboot.git] / include / configs / titanium.h
index 3fe5abd7160f9f570c6da2e5bd552c7b7a62b802..ee683f9264012f42a47fa0304b0caba638e07fb0 100644 (file)
@@ -41,7 +41,6 @@
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_MII
-#define CONFIG_CMD_NET
 #define CONFIG_FEC_MXC
 #define CONFIG_MII
 #define IMX_FEC_BASE                   ENET_BASE_ADDR
 
 #define CONFIG_BOOTCOMMAND             "run nand_ubifs"
 
-/* Miscellaneous configurable options */
-#define CONFIG_SYS_PROMPT              "Titanium > "
-
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
                                         sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_CMD_UBI
 #define CONFIG_CMD_UBIFS
 
-#ifndef CONFIG_SYS_DCACHE_OFF
-#define CONFIG_CMD_CACHE
-#endif
-
 #endif                        /* __CONFIG_H */