diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-12 22:12:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 08:41:38 -0500 |
commit | ff27af1244113a8cd27624430799d58e3ce5898b (patch) | |
tree | ed036976593bc77c5bfed6ae25d5a00a625a133a /include/configs/synquacer.h | |
parent | 82edd737620ab5ab7361c60249b9055725e87ed6 (diff) | |
download | u-boot-ff27af1244113a8cd27624430799d58e3ce5898b.tar.gz u-boot-ff27af1244113a8cd27624430799d58e3ce5898b.tar.bz2 u-boot-ff27af1244113a8cd27624430799d58e3ce5898b.zip |
Convert CONFIG_SYS_MEMTEST_START et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_MEMTEST_START
CONFIG_SYS_MEMTEST_END
This is removing unused defines and correcting the default value to be
0x0 as we are a hex symbol.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/synquacer.h')
-rw-r--r-- | include/configs/synquacer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h index 3d099b4f11..2347ec2fe0 100644 --- a/include/configs/synquacer.h +++ b/include/configs/synquacer.h @@ -41,9 +41,6 @@ #define CONFIG_SYS_FLASH_BASE (0x08000000) #define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE} -#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + (512 * 1024)) -#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + PHYS_SDRAM_SIZE) - #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_MAXARGS 128 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) |