As a step towards cleaning out old code, drop most of the code that moves CONFIG options to Kconfig. This includes parse_one_config().
Drop the ACTION_... values as well, since they are no-longer used. Signed-off-by: Simon Glass <[email protected]> --- (no changes since v1) tools/moveconfig.py | 163 ++++++-------------------------------------- 1 file changed, 19 insertions(+), 144 deletions(-) Applied to u-boot-dm, thanks!

