Convert CONFIG_SYS_BOOTM_LEN to Kconfig
[platform/kernel/u-boot.git] / include / configs / octeontx_common.h
index 2697a70..e7a6bd4 100644 (file)
@@ -18,7 +18,6 @@
 #include <config_distro_bootcmd.h>
 /* Extra environment variables */
 #define CONFIG_EXTRA_ENV_SETTINGS      \
-       "autoload=0\0"                  \
        "loadaddr=0x20080000\0"         \
        "kernel_addr_r=0x02000000\0"    \
        "ramdisk_addr_r=0x03000000\0"   \
@@ -35,7 +34,6 @@
 #endif /* ifdef CONFIG_DISTRO_DEFAULTS*/
 
 /** Maximum size of image supported for bootm (and bootable FIT images) */
-#define CONFIG_SYS_BOOTM_LEN           (256 << 20)
 
 /** Memory base address */
 #define CONFIG_SYS_SDRAM_BASE          CONFIG_SYS_TEXT_BASE