]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of ENV_WRITEABLE_LIST
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:50 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commit28de1e06c9f3f51e80f62ea3fa72af8ff1058728
treef57489d7a959b6180a8fc4f82cbdf0841615c2d9
parentb2561c5bea893cc23ad5b8e7628b43d020f3f753
Correct SPL use of ENV_WRITEABLE_LIST

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_ENV_WRITEABLE_LIST defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/hashtable.c