imx6: centralise common boot options in mx6_common.h
[oweals/u-boot.git] / include / configs / aristainetos-common.h
index 89bb08576a19069c0c664ee90d896306c907bbc6..7d3499a2f2025e54de9fd4884158bbf3710c1bdb 100644 (file)
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_SETEXPR
 
-#define CONFIG_BOOTDELAY               3
-
-#define CONFIG_LOADADDR                        0x12000000
-#define CONFIG_SYS_TEXT_BASE           0x17800000
-
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "script=u-boot.scr\0" \
        "fit_file=/boot/system.itb\0" \
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 0x100000)
 #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
 
-#define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
-
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_STACKSIZE               (128 * 1024)