]> git.dujemihanovic.xyz Git - u-boot.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)
commit16613edbc1b59e906a41e84382f3e098f0ec946a
tree12aa695613303c8be756d69383687a8477cf7421
parent35a15bc12ecb721449c300646d7aba4a1d8a7d7a
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