Re: [PATCH v2 04/14] Kconfig: Remove CONFIG_SYS_SRAM_START

2020-07-14 Thread Simon Glass
On Fri, 10 Jul 2020 at 04:23, Ovidiu Panait wrote: > > Remove ad-hoc CONFIG_SYS_SRAM_START and use CONFIG_SYS_SRAM_BASE instead. > > Signed-off-by: Ovidiu Panait > --- > > Kconfig | 2 ++ > include/configs/devkit8000.h | 3 --- > include/configs/tricorder.h | 3 --- > scrip

[PATCH v2 04/14] Kconfig: Remove CONFIG_SYS_SRAM_START

2020-07-10 Thread Ovidiu Panait
Remove ad-hoc CONFIG_SYS_SRAM_START and use CONFIG_SYS_SRAM_BASE instead. Signed-off-by: Ovidiu Panait --- Kconfig | 2 ++ include/configs/devkit8000.h | 3 --- include/configs/tricorder.h | 3 --- scripts/config_whitelist.txt | 1 - 4 files changed, 2 insertions(+), 7 del