diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-02-27 17:01:15 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-04-12 16:09:13 +0200 |
commit | 45ccdb6fc7142795af40389ea0612e9bd52fd257 (patch) | |
tree | b3f438c721eb933ff523660584c70d833c026635 /configs/stm32mp15_trusted_defconfig | |
parent | 006ea18910679f150a8bc0aa5bf92d67f4f8870b (diff) | |
download | u-boot-45ccdb6fc7142795af40389ea0612e9bd52fd257.tar.gz u-boot-45ccdb6fc7142795af40389ea0612e9bd52fd257.tar.xz u-boot-45ccdb6fc7142795af40389ea0612e9bd52fd257.zip |
stm32mp1: cosmetic cleanup Kconfig
Cosmetic cleanup in mach-stm32mp Kconfig
- remove duplicated SPL_DRIVERS_MISC_SUPPORT
- update help for TARGET_STM32MP1
- set value for NR_DRAM_BANKS
- remove one comment as DEBUG_UART is deactivated by default
- include board Kconfig at the end of the file
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs/stm32mp15_trusted_defconfig')
-rw-r--r-- | configs/stm32mp15_trusted_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index 62ab010e91..9be731955a 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -3,7 +3,6 @@ CONFIG_ARCH_STM32MP=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_STM32MP1=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_NR_DRAM_BANKS=1 CONFIG_SYS_PROMPT="STM32MP> " # CONFIG_CMD_BOOTD is not set # CONFIG_CMD_ELF is not set |