diff options
author | Simon Glass <sjg@chromium.org> | 2017-01-23 13:31:27 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-25 17:38:45 -0500 |
commit | a8523a808fd05e4b1c1df63bc40744dd3fd318f4 (patch) | |
tree | cfd3c2411c94e762da5c76a25f37cec378c88373 /scripts | |
parent | a009f36cfef6c4f60ce7f8d70e3ae8dd98537e30 (diff) |
Drop CONFIG_CMD_DOC
This is not used in U-Boot, and the only usage calls a non-existent
function. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index fc98fe52f09..b32c260d321 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -489,7 +489,6 @@ CONFIG_CMD_DEKBLOB CONFIG_CMD_DFL CONFIG_CMD_DIAG CONFIG_CMD_DISPLAY -CONFIG_CMD_DOC CONFIG_CMD_DS4510 CONFIG_CMD_DS4510_INFO CONFIG_CMD_DS4510_MEM |