diff options
author | Amit Singh Tomar <amittomer25@gmail.com> | 2020-05-09 13:45:08 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-07 16:09:22 -0400 |
commit | 0a7ba7c53c19d24f8de76082ba567a1eb2a04f96 (patch) | |
tree | 4a43a7f6f073b5089f57ed4409e198bc2b3dba18 /include/configs | |
parent | 3ca564e96e90a4714147262c9d201e077ef54a26 (diff) | |
download | u-boot-0a7ba7c53c19d24f8de76082ba567a1eb2a04f96.tar.gz |
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 <amittomer25@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/owl-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |