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 <[email protected]> Cc: Govindaraji Sivanantham <[email protected]> Cc: Hiremath Gireesh <[email protected]> Signed-off-by: Tom Rini <[email protected]> --- 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

