X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Focteontx_common.h;h=83dccf7d8ea288bcf832a24bd408a5626e43c481;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=0e4a17684f91c88dc04e0690423e42036459cb82;hpb=a94b2aad05d52cbd49012ccd900bcbcf29f9bc22;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h index 0e4a176..83dccf7 100644 --- a/include/configs/octeontx_common.h +++ b/include/configs/octeontx_common.h @@ -44,9 +44,6 @@ #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 /* Allow environment variable to be overwritten */ #define CONFIG_ENV_OVERWRITE @@ -98,7 +95,6 @@ #if defined(CONFIG_NAND_OCTEONTX) /*#define CONFIG_MTD_CONCAT */ #define CONFIG_SYS_MAX_NAND_DEVICE 8 -#define CONFIG_SYS_NAND_ONFI_DETECTION #endif #endif /* __OCTEONTX_COMMON_H__ */