mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e1e96ba6a2
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01: - nexell_display.c: Changed to DM, CONFIG_FB_ADDR can not be used anymore because framebuffer is allocated by video_reserve() in video-uclass.c. Therefore code changed appropriately. - '#ifdef CONFIG...' changed to 'if (IS_ENABLED(CONFIG...))' where possible (and similar). - livetree API (dev_read_...) is used instead of fdt one (fdt...). Signed-off-by: Stefan Bosch <stefan_b@posteo.net> |
||
---|---|---|
.. | ||
soc | ||
Kconfig | ||
Makefile | ||
s5pxx18_dp.c | ||
s5pxx18_dp_hdmi.c | ||
s5pxx18_dp_lvds.c | ||
s5pxx18_dp_mipi.c | ||
s5pxx18_dp_rgb.c |