diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-18 07:20:56 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:17 +0100 |
commit | b667f4b8c002bf7a6b0e9e2271cb37dd5c81a1ae (patch) | |
tree | 119099397eb132a438f84fef303a158cdf9f11ec /board | |
parent | 9876b5e0ef305d17d77a1ee9c0d6be6fdda22d79 (diff) | |
download | u-boot-b667f4b8c002bf7a6b0e9e2271cb37dd5c81a1ae.zip u-boot-b667f4b8c002bf7a6b0e9e2271cb37dd5c81a1ae.tar.gz u-boot-b667f4b8c002bf7a6b0e9e2271cb37dd5c81a1ae.tar.bz2 |
video: Drop CONFIG_VIDEO
This option is not used anymore. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/technexion/pico-imx7d/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/technexion/pico-imx7d/README b/board/technexion/pico-imx7d/README index 4d57cdb..e8f5082 100644 --- a/board/technexion/pico-imx7d/README +++ b/board/technexion/pico-imx7d/README @@ -130,7 +130,6 @@ option in the defconfig @@ -67,3 +67,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y - CONFIG_VIDEO=y +CONFIG_SPL_OS_BOOT=y Then rebuild U-Boot: |