[PATCH 01/17] am335x_guardian: Enable SPL_OF_CONTROL

Tom Rini trini at konsulko.com
Mon Sep 13 02:32:17 CEST 2021


To make the USB options enabled in SPL easier to configure, make use of
SPL_OF_CONTROL, to mirror full U-Boot.

Cc: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Cc: Govindaraji Sivanantham <Govindaraji.Sivanantham at in.bosch.com>
Cc: Hiremath Gireesh <Gireesh.Hiremath at in.bosch.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/am335x_guardian_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig
index fe8ddf61e64e..513724c090c8 100644
--- a/configs/am335x_guardian_defconfig
+++ b/configs/am335x_guardian_defconfig
@@ -60,6 +60,7 @@ CONFIG_CMD_UBI=y
 # CONFIG_ISO_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_OF_CONTROL=y
+CONFIG_SPL_OF_CONTROL=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_NAND=y
 CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
-- 
2.17.1



More information about the U-Boot mailing list