mbox series

[v1,0/2] Update board environment for STM32 MCU's boards

Message ID 20200203141040.3236-1-patrice.chotard@st.com
Headers show
Series Update board environment for STM32 MCU's boards | expand

Message

Patrice CHOTARD Feb. 3, 2020, 2:10 p.m. UTC
This series:
 - standardizes the fdt_addr, scriptaddr and pxefile_addr
   across all STM32 MCU's board.
 - remove fdt_high and initrd_high from board environment



Patrice Chotard (2):
  board: stm32: fix extra env setings addresses
  board: stm32: remove fdt_high and fdt_highinitrd_high

 include/configs/stm32f429-evaluation.h | 15 +++++++++------
 include/configs/stm32f469-discovery.h  | 15 +++++++++------
 include/configs/stm32f746-disco.h      | 15 +++++++++------
 include/configs/stm32h743-disco.h      | 14 ++++++++------
 include/configs/stm32h743-eval.h       | 14 ++++++++------
 5 files changed, 43 insertions(+), 30 deletions(-)