diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-18 06:30:56 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:16 +0100 |
commit | 4adc28ebc6b2fb9acc6abbb15186de528d502ef7 (patch) | |
tree | b233336c850905ce36f09795e8af6e4c2fac7fab /include/configs/ge_b1x5v2.h | |
parent | 988d19dd5bd38181f3bfcafb2c159f367e39d627 (diff) | |
download | u-boot-4adc28ebc6b2fb9acc6abbb15186de528d502ef7.tar.gz u-boot-4adc28ebc6b2fb9acc6abbb15186de528d502ef7.tar.bz2 u-boot-4adc28ebc6b2fb9acc6abbb15186de528d502ef7.zip |
Convert CONFIG_HIDE_LOGO_VERSION to Kconfig
This converts the following to Kconfig:
CONFIG_HIDE_LOGO_VERSION
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ge_b1x5v2.h')
-rw-r--r-- | include/configs/ge_b1x5v2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ge_b1x5v2.h b/include/configs/ge_b1x5v2.h index 95ba20c686..176f80bb09 100644 --- a/include/configs/ge_b1x5v2.h +++ b/include/configs/ge_b1x5v2.h @@ -34,7 +34,6 @@ #define CONFIG_USBD_HS /* Video */ -#define CONFIG_HIDE_LOGO_VERSION #define CONFIG_IMX_VIDEO_SKIP /* Memory */ |