diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-17 07:25:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-17 07:25:34 -0500 |
commit | b9c9ce8a4064c8d88f714604db856cf1cd2b40b5 (patch) | |
tree | ee0ae60cf9b45f293141fba4805c7574fe9717b2 /configs/sama5d2_xplained_emmc_defconfig | |
parent | 6c56bd31b7c11c1f4e97bf6bd1db9f48e35ec10b (diff) | |
parent | 9bf459c23dc03f3c4405650e3c8578265fd9d62c (diff) | |
download | u-boot-b9c9ce8a4064c8d88f714604db856cf1cd2b40b5.tar.gz |
Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next
First set of u-boot-at91 features for the 2022.04 cycle:
This feature set includes : support for the new QSPI hardware on
sama7g5, small fixes on sam9x60 and sama7g5, some additions of commands
and PIO controller on sam9x60/sam9x60ek.
Diffstat (limited to 'configs/sama5d2_xplained_emmc_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_emmc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_emmc_defconfig b/configs/sama5d2_xplained_emmc_defconfig index 9357e0a1d37..0c72f33f2f5 100644 --- a/configs/sama5d2_xplained_emmc_defconfig +++ b/configs/sama5d2_xplained_emmc_defconfig @@ -35,6 +35,8 @@ CONFIG_BOOTCOMMAND="fatload mmc 0:1 0x22000000 at91-sama5d2_xplained.dtb; fatloa # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y +CONFIG_CMD_DM=y +CONFIG_CMD_GPIO=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_I2C=y # CONFIG_CMD_LOADS is not set |