Searched hist:a70c05f1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/mach-stm32/ |
H A D | Kconfig | a70c05f1 Mon Jan 29 06:44:20 CST 2018 Patrice Chotard <patrice.chotard@st.com> board: stm32: Fix stm32f746-disco boot Since 'commit af2f44267 ("fdc spl: use different BOARD_INIT MACRO for spl and tpl")' board stm32f746-disco can't boot. The macro CONFIG_IS_ENABLED() can't evaluate the value of CONFIG_SPL_BOARD_INIT as it was defined in include/configs/stm32f746-disco.h without attributed value. Moving CONFIG_SPL_BOARD_INIT from stm32f746-disco.h to mach-stm32/Kconfig fixes this issue. Fixes: af2f44267 ("fdc spl: use different BOARD_INIT MACRO for spl and tpl") Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
|
/openbmc/u-boot/include/configs/ |
H A D | stm32f746-disco.h | a70c05f1 Mon Jan 29 06:44:20 CST 2018 Patrice Chotard <patrice.chotard@st.com> board: stm32: Fix stm32f746-disco boot Since 'commit af2f44267 ("fdc spl: use different BOARD_INIT MACRO for spl and tpl")' board stm32f746-disco can't boot. The macro CONFIG_IS_ENABLED() can't evaluate the value of CONFIG_SPL_BOARD_INIT as it was defined in include/configs/stm32f746-disco.h without attributed value. Moving CONFIG_SPL_BOARD_INIT from stm32f746-disco.h to mach-stm32/Kconfig fixes this issue. Fixes: af2f44267 ("fdc spl: use different BOARD_INIT MACRO for spl and tpl") Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
|