From patchwork Mon Feb 3 14:10:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 235826 List-Id: U-Boot discussion From: patrice.chotard at st.com (Patrice Chotard) Date: Mon, 3 Feb 2020 15:10:38 +0100 Subject: [PATCH v1 0/2] Update board environment for STM32 MCU's boards Message-ID: <20200203141040.3236-1-patrice.chotard@st.com> 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(-)