From: Amit Singh Tomar Date: Sat, 9 May 2020 08:15:08 +0000 (+0530) Subject: arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs X-Git-Tag: v2025.01-rc5-pxa1908~2324^2~20 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=0a7ba7c53c19d24f8de76082ba567a1eb2a04f96;p=u-boot.git arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs Now that, we calculate SDRAM size by reading DDR registers, "CONFIG_SYS_SDRAM_SIZE" is no more needed. This commit removes "CONFIG_SYS_SDRAM_SIZE" from common configuration file. Signed-off-by: Amit Singh Tomar Reviewed-by: Manivannan Sadhasivam --- diff --git a/include/configs/owl-common.h b/include/configs/owl-common.h index 98b5a96cf6..4ef9e8ed5d 100644 --- a/include/configs/owl-common.h +++ b/include/configs/owl-common.h @@ -12,7 +12,6 @@ /* SDRAM Definitions */ #define CONFIG_SYS_SDRAM_BASE 0x0 -#define CONFIG_SYS_SDRAM_SIZE 0x80000000 /* Generic Timer Definitions */ #define COUNTER_FREQUENCY (24000000) /* 24MHz */