diff options
author | Tom Rini | 2021-12-17 07:25:34 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-17 07:25:34 -0500 |
commit | b9c9ce8a4064c8d88f714604db856cf1cd2b40b5 (patch) | |
tree | ee0ae60cf9b45f293141fba4805c7574fe9717b2 /configs/sam9x60ek_nandflash_defconfig | |
parent | 6c56bd31b7c11c1f4e97bf6bd1db9f48e35ec10b (diff) | |
parent | 9bf459c23dc03f3c4405650e3c8578265fd9d62c (diff) |
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/sam9x60ek_nandflash_defconfig')
-rw-r--r-- | configs/sam9x60ek_nandflash_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sam9x60ek_nandflash_defconfig b/configs/sam9x60ek_nandflash_defconfig index c36e565aeed..fe88daf4317 100644 --- a/configs/sam9x60ek_nandflash_defconfig +++ b/configs/sam9x60ek_nandflash_defconfig @@ -27,7 +27,9 @@ CONFIG_MISC_INIT_R=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_BOOTZ=y +CONFIG_CMD_CLK=y CONFIG_CMD_DM=y +CONFIG_CMD_GPIO=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y |