]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4ae06a5d816668b2283b752eb9ff9f396c83a28c
treedb82f221b62546ed735b64a209a4dc5fedbd2982
parent2ab6bcb70be5f12f233c0693a4e46a9f63e0e35f
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