X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6_common.h;h=2dc10c6d646670bef9f0a375eb632079662a2a57;hb=d021e942107a1f7304a879cec99286ca462f7be3;hp=7d294143078ee0e9f7c2e004d86248f6fd2a2999;hpb=8bbff6a70e2bb01d16832271ec6c3afa22f8aebd;p=oweals%2Fu-boot.git diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 7d29414307..2dc10c6d64 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -44,14 +44,8 @@ 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 @@ -60,12 +54,8 @@ #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