]> git.baikalelectronics.ru Git - uboot.git/commit
board: stm32f746-disco: Fix dram_init() in none SPL config
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 27 Apr 2022 11:53:57 +0000 (13:53 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 10 May 2022 11:56:12 +0000 (13:56 +0200)
commita54e6decf824f4133f03e021b5bda416c61afa84
tree12aa695613303c8be756d69383687a8477cf7421
parent6c56266c5b86afb79f636b9a64a1f3d88099c88e
board: stm32f746-disco: Fix dram_init() in none SPL config

Replace CONFIG_SUPPORT_SPL by CONFIG_SPL_BUILD to allow
dram_init() execution when using none SPL defconfig
(stm32f746-disco_defconfig).

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
board/st/stm32f746-disco/stm32f746-disco.c