diff options
| author | Tom Rini <[email protected]> | 2023-10-11 10:21:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-11 10:21:33 -0400 |
| commit | 5ae883c7160cf8b0604ec6d03798dd90fc81ee38 (patch) | |
| tree | ae73bc9a0ce880b85ab4898438dd99cf33194f7e /env | |
| parent | be98a786b67dfcccde1f18ec7cbfe1584e03cebe (diff) | |
| parent | 131e44c5448fb0ba9f8b6084cb848a84d729b2c5 (diff) | |
Merge tag 'fsl-qoirq-2023-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Drop legacy PPA secure FW support
support for MC reserved memory
reset the FLSHxCR1 registers for nxp_fspi
Diffstat (limited to 'env')
| -rw-r--r-- | env/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index 54203faa89e..67b819d47a2 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -645,7 +645,7 @@ config SYS_RELOC_GD_ENV_ADDR config SYS_MMC_ENV_DEV int "mmc device number" - depends on ENV_IS_IN_MMC || ENV_IS_IN_FAT || SYS_LS_PPA_FW_IN_MMC || \ + depends on ENV_IS_IN_MMC || ENV_IS_IN_FAT || \ CMD_MVEBU_BUBT || FMAN_ENET || QE || PHY_CORTINA default 0 help |
