mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 05:31:31 +02:00
configs: stm32m15: support STM32MP_BOARD_EXTRA_ENV for st boards
Correctly handle STM32MP_BOARD_EXTRA_ENV define in stm32mp15_st_common.h; the STM32MP_BOARD_EXTRA_ENV is added in CONFIG_EXTRA_ENV_SETTINGS definition, as it is done "stm32mp15_st_common.h" Without this patch, the content of STM32MP_BOARD_EXTRA_ENV is not used in the default environment for STMicroelectronics boards. Fixes: 806c4dd31532 ("configs: stm32mp1: set the console variable for extlinux.conf") Reported-by: Gatien CHEVALLIER <gatien.chevallier@foss.st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
parent
05a4859637
commit
6500c5760c
@ -48,7 +48,8 @@
|
|||||||
ST_STM32MP1_BOOTCMD \
|
ST_STM32MP1_BOOTCMD \
|
||||||
STM32MP_PARTS_DEFAULT \
|
STM32MP_PARTS_DEFAULT \
|
||||||
BOOTENV \
|
BOOTENV \
|
||||||
STM32MP_EXTRA
|
STM32MP_EXTRA \
|
||||||
|
STM32MP_BOARD_EXTRA_ENV
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user