]> Git Repo - u-boot.git/commitdiff
configs: CHIP: add support for DIP detect functionality
authorKory Maincent <[email protected]>
Tue, 4 May 2021 17:31:28 +0000 (19:31 +0200)
committerTom Rini <[email protected]>
Thu, 13 May 2021 17:09:09 +0000 (13:09 -0400)
This commit enables using the extension board detection mechanism on
CHIP boards

Signed-off-by: Kory Maincent <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Acked-by: Andre Przywara <[email protected]>
configs/CHIP_defconfig

index a70ee31d405be02eb59e20d735dbb759cf8d13a6..8d40da090b6510c058eb0770c082fe0e9ce74d5e 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_ARM=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_SPL=y
+CONFIG_CHIP_DIP_SCAN=y
 CONFIG_MACH_SUN5I=y
 CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y
 CONFIG_USB0_VBUS_PIN="PB10"
This page took 0.037512 seconds and 4 git commands to generate.