Re: [PATCH v2 0/7] SPL fixes for STM32F7 MCUs

2022-09-20 Thread Waldemar Brodkorb
Hi Patrice, Patrice Chotard wrote, > > This series is fixing issues in SPL boot mode: >- SPL binary size over 0x8000 bytes for STM32F746-disco, STM32F769-DISCO > and STM32746G-EVAL boards >- fix embedded flash size for STM32F769-DISCO >- fix CONFIG_SYS_SPL_ARGS_ADDR for STM32F746-DIS

[PATCH v2 0/7] SPL fixes for STM32F7 MCUs

2022-09-20 Thread Patrice Chotard
This series is fixing issues in SPL boot mode: - SPL binary size over 0x8000 bytes for STM32F746-disco, STM32F769-DISCO and STM32746G-EVAL boards - fix embedded flash size for STM32F769-DISCO - fix CONFIG_SYS_SPL_ARGS_ADDR for STM32F746-DISCO and STM32746G-EVAL Changes in v2: - Remov