X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Focteontx2_common.h;h=5e1c0073b0b3589d4696177e2e0557301a3780b3;hb=7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5;hp=7c585ad9e21b9f9530775c3105f1708cfb49734a;hpb=9f9ecd3e4d7839e24c182fb7b24937e19b670f1b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/octeontx2_common.h b/include/configs/octeontx2_common.h index 7c585ad..5e1c007 100644 --- a/include/configs/octeontx2_common.h +++ b/include/configs/octeontx2_common.h @@ -18,19 +18,11 @@ /** Stack starting address */ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0xffff0) -/** Heap size for U-Boot */ -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 64 * 1024 * 1024) - -#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE - #define CONFIG_LAST_STAGE_INIT /* Allow environment variable to be overwritten */ #define CONFIG_ENV_OVERWRITE -/** Reduce hashes printed out */ -#define CONFIG_TFTP_TSIZE - /* Autoboot options */ #define CONFIG_RESET_TO_RETRY #define CONFIG_BOOT_RETRY_TIME -1