moveconfig: Remove remove_defconfig()
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:18:53 +0000 (20:18 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:24 +0000 (19:24 -0600)
commit78f12e53696f937afe5a894912c4c6c576b9010e
treedb82f221b62546ed735b64a209a4dc5fedbd2982
parent61012538184540b60b35eeb8e5654bfbcd0dbf32
moveconfig: Remove remove_defconfig()

This is not necessary if simpler code is used. Use the split function and
drop the unnecessary []

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Suggested-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
tools/moveconfig.py