Re: [PATCH] board: st: stm32mp1: Clean env_get_location()

2025-01-31 Thread Patrice CHOTARD
On 12/5/24 13:48, Patrick DELAUNAY wrote: > Hi, > > On 11/29/24 13:48, Patrice Chotard wrote: >> ENV_IS_IN_EXT4 flag is no more used in any STM32 defconfig, >> remove the related code. >> >> Signed-off-by: Patrice Chotard >> --- >> >>   board/st/stm32mp1/stm32mp1.c | 2 -- >>   1 file changed,

Re: [PATCH] board: st: stm32mp1: Clean env_get_location()

2024-12-05 Thread Patrick DELAUNAY
Hi, On 11/29/24 13:48, Patrice Chotard wrote: ENV_IS_IN_EXT4 flag is no more used in any STM32 defconfig, remove the related code. Signed-off-by: Patrice Chotard --- board/st/stm32mp1/stm32mp1.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/st

[PATCH] board: st: stm32mp1: Clean env_get_location()

2024-11-29 Thread Patrice Chotard
ENV_IS_IN_EXT4 flag is no more used in any STM32 defconfig, remove the related code. Signed-off-by: Patrice Chotard --- board/st/stm32mp1/stm32mp1.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index d5e5e776d2a..15fb9e4b062 10