diff options
author | Tom Rini | 2023-05-01 11:50:26 -0400 |
---|---|---|
committer | Tom Rini | 2023-05-01 11:50:26 -0400 |
commit | c960c0fd38be57abffb68996e53408ba5f675ee9 (patch) | |
tree | 6d2103d21d37248d22477fc198d6003f27331239 /configs/brppt1_mmc_defconfig | |
parent | 27dc8826441f0c5dd6aa6617a32909d9049f1202 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/brppt1_mmc_defconfig')
-rw-r--r-- | configs/brppt1_mmc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/brppt1_mmc_defconfig b/configs/brppt1_mmc_defconfig index 0e0de73ff55..2c9b0662159 100644 --- a/configs/brppt1_mmc_defconfig +++ b/configs/brppt1_mmc_defconfig @@ -14,6 +14,7 @@ CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="am335x-brppt1-mmc" CONFIG_AM33XX=y CONFIG_TARGET_BRPPT1=y +# CONFIG_OF_LIBFDT_OVERLAY is not set CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y CONFIG_SPL=y @@ -111,5 +112,4 @@ CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_FAT_WRITE=y CONFIG_LZO=y -# CONFIG_OF_LIBFDT_OVERLAY is not set # CONFIG_EFI_LOADER is not set |