commit | c2ac2f60fd738412a13ad475b5e4f695814559b3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 12 22:12:29 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 08:41:38 2021 -0500 |
tree | ed036976593bc77c5bfed6ae25d5a00a625a133a | |
parent | 3e6a35bd79f22e4c0b996017b7ce02ddd8f74d0c [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>