Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[oweals/u-boot.git] / include / configs / mx6_common.h
index 7d294143078ee0e9f7c2e004d86248f6fd2a2999..2dc10c6d646670bef9f0a375eb632079662a2a57 100644 (file)
        defined(CONFIG_MX6SX) || \
        defined(CONFIG_MX6UL) || defined(CONFIG_MX6ULL)
 #define CONFIG_LOADADDR                0x82000000
-#ifndef CONFIG_SYS_TEXT_BASE
-#define CONFIG_SYS_TEXT_BASE   0x87800000
-#endif
 #else
 #define CONFIG_LOADADDR                0x12000000
-#ifndef CONFIG_SYS_TEXT_BASE
-#define CONFIG_SYS_TEXT_BASE   0x17800000
-#endif
 #endif
 #define CONFIG_SYS_LOAD_ADDR   CONFIG_LOADADDR
 
 #define CONFIG_CONS_INDEX       1
 
 /* Filesystems and image support */
-#define CONFIG_SUPPORT_RAW_INITRD
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_CMDLINE_EDITING
-#define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE      512
 #define CONFIG_SYS_MAXARGS     32