]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Drop CONFIG-moving code
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:43:54 +0000 (13:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:20 +0000 (09:25 -0600)
commit882c8e479f5f56219500a29f477d5dcf3357544b
tree45f39b81362d8657028130c5f2a8af94d4ce37fd
parent3481e89d96be26c011496dc16c399676c118bd8f
moveconfig: Drop CONFIG-moving code

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 <sjg@chromium.org>
tools/moveconfig.py