diff options
| author | Ovidiu Panait <[email protected]> | 2020-07-24 14:12:12 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-08-06 14:26:35 -0400 |
| commit | 9a17bfb6420bb5de1781b37b5a423f41aab29000 (patch) | |
| tree | 8a2916853e2ef5aaf67546431f21c09b5b91e02a /include | |
| parent | 9f63f02755f4cbdb8ee39d8da605d2f643aae220 (diff) | |
Kconfig: Remove CONFIG_SYS_SRAM_START
Remove ad-hoc CONFIG_SYS_SRAM_START and use CONFIG_SYS_SRAM_BASE instead.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Ovidiu Panait <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/devkit8000.h | 3 | ||||
| -rw-r--r-- | include/configs/tricorder.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 4a287128334..87da4410f5b 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -137,9 +137,6 @@ /* Boot Argument Buffer Size */ -/* SRAM config */ -#define CONFIG_SYS_SRAM_START 0x40200000 - /* Defines for SPL */ /* NAND boot config */ diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index b3ae350b776..55f25857eb3 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -197,9 +197,6 @@ CONFIG_SYS_INIT_RAM_SIZE - \ GENERATED_GBL_DATA_SIZE) -/* SRAM config */ -#define CONFIG_SYS_SRAM_START 0x40200000 - /* Defines for SPL */ #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" |
