summaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2021-01-23 19:43:52 +0100
committerAnatolij Gustschin <agust@denx.de>2021-02-19 22:45:47 +0100
commit196947b103e0984f32d90d2574aae3b870eedc4c (patch)
tree8926f0bf57f6fd0f6a6d046b116a03521f72e129 /drivers/video/Kconfig
parent3e831bfed4814fe20544d1b7b42c22aa3e74e8db (diff)
downloadu-boot-196947b103e0984f32d90d2574aae3b870eedc4c.tar.gz
u-boot-196947b103e0984f32d90d2574aae3b870eedc4c.tar.xz
u-boot-196947b103e0984f32d90d2574aae3b870eedc4c.zip
Replace video_uc_platdata with video_uc_plat
The video_uc_platdata structure no longer exists. It has been renamed video_uc_plat. Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d782eb806a..bdacf67795 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -30,7 +30,7 @@ config VIDEO_PCI_DEFAULT_FB_SIZE
help
Generally, video drivers request the amount of memory they need for
the frame buffer when they are bound, by setting the size field in
- struct video_uc_platdata. That memory is then reserved for use after
+ struct video_uc_plat. That memory is then reserved for use after
relocation. But PCI drivers cannot be bound before relocation unless
they are mentioned in the devicetree.
@@ -51,7 +51,7 @@ config VIDEO_COPY
U-Boot) and then copied to the hardware frame-buffer as needed.
To use this, your video driver must set @copy_base in
- struct video_uc_platdata.
+ struct video_uc_plat.
config BACKLIGHT_PWM
bool "Generic PWM based Backlight Driver"