diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-23 07:04:11 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:18:07 +0200 |
commit | 77f46f06075a192da8f43cc8826117e0e28fcb59 (patch) | |
tree | 18e090fcb09f1d056242050d19cc932a96c55dc3 /include/configs/ls1021atwr.h | |
parent | 636b8b999cb30d44265d8adfdb14f6ebc78b0cd3 (diff) | |
download | u-boot-77f46f06075a192da8f43cc8826117e0e28fcb59.tar.gz |
video: fsl: colibri_vf: Drop FSL DCU driver
This does not use driver model and is more than two years past the
migration date. Drop it.
It can be added back later if needed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index e176288980..03a4ce5199 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -185,19 +185,6 @@ #define CONFIG_SYS_I2C_EEPROM_NXID #define CONFIG_SYS_EEPROM_BUS_NUM 1 -/* - * MMC - */ - -/* - * Video - */ -#ifdef CONFIG_VIDEO_FSL_DCU_FB -#define CONFIG_FSL_DCU_SII9022A -#define CONFIG_SYS_I2C_DVI_BUS_NUM 1 -#define CONFIG_SYS_I2C_DVI_ADDR 0x39 -#endif - /* PCIe */ #define CONFIG_PCIE1 /* PCIE controller 1 */ #define CONFIG_PCIE2 /* PCIE controller 2 */ |