X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Fam65x_evm.h;h=b043bf886bf828d2150b082b18e9cb4c953ecea9;hb=f89d6133eef2e068f9c33853b6584d7fcbfa9d2e;hp=31749c6d06f78efe1ad0d7c2fd5bd4a4bc772c0b;hpb=ccdb7c2255bde555bd0d4e104f8d228e25b76572;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/am65x_evm.h b/include/configs/am65x_evm.h index 31749c6..b043bf8 100644 --- a/include/configs/am65x_evm.h +++ b/include/configs/am65x_evm.h @@ -19,11 +19,6 @@ #define CONFIG_SYS_SDRAM_BASE1 0x880000000 /* SPL Loader Configuration */ -#ifdef CONFIG_TARGET_AM654_A53_EVM -#define CONFIG_SPL_TEXT_BASE 0x80080000 -#else -#define CONFIG_SPL_TEXT_BASE 0x41c00000 -#endif #ifdef CONFIG_SYS_K3_SPL_ATF #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "tispl.bin" @@ -37,6 +32,8 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + \ CONFIG_SYS_K3_NON_SECURE_MSRAM_SIZE - 4) +#define CONFIG_SYS_BOOTM_LEN SZ_64M + /* U-Boot general configuration */ #define EXTRA_ENV_AM65X_BOARD_SETTINGS \ "findfdt=" \