commit | 44c3454a9fb2cada7ef941a8f1af1152a976e898 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Dec 11 20:46:50 2021 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 11 15:52:32 2021 -0500 |
tree | dabd8b1880c00d03f560fbbd0f6d8f0a647c97d0 | |
parent | 97cda648a6e97fca3ce6f6faba39dfdd04c4cb8c [diff] |
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>