diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-24 14:07:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-24 14:07:59 -0400 |
commit | 4d131cdb6762694fc1a66d6b3e39a82f9ec691cf (patch) | |
tree | 22cc018312809c9c9da3f7bac7beaec3c80f6d86 /configs | |
parent | f94fc1154407cbbf7810c93aedc0cea8c5362da5 (diff) | |
parent | 23d203d62e0ec95bc42bf96c56df991ff924f360 (diff) | |
download | u-boot-4d131cdb6762694fc1a66d6b3e39a82f9ec691cf.tar.gz |
Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians/u-boot-stmWIP/24Apr2020
- Solve stm32mp15 pinctrl dts issue (patch conflict in branches master and next)
- Split device tree for DHCOR Som and AV 96 board
- Update PLL4 setting in AV96 board
- Enable bootd, iminfo, imxtract on DHCOM
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stm32mp15_dhcom_basic_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/stm32mp15_dhcom_basic_defconfig b/configs/stm32mp15_dhcom_basic_defconfig index 683f15e7d5..f830feb306 100644 --- a/configs/stm32mp15_dhcom_basic_defconfig +++ b/configs/stm32mp15_dhcom_basic_defconfig @@ -19,10 +19,7 @@ CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000 CONFIG_SYS_PROMPT="STM32MP> " -# CONFIG_CMD_BOOTD is not set # CONFIG_CMD_ELF is not set -# CONFIG_CMD_IMI is not set -# CONFIG_CMD_XIMG is not set # CONFIG_CMD_EXPORTENV is not set CONFIG_CMD_EEPROM=y CONFIG_CMD_MEMINFO=y |