Re: [PATCH] rk3288: add fdtoverlay_addr_r to default env

2025-06-11 Thread Quentin Schulz
Hi Marius, On 6/11/25 1:04 PM, Marius Dinu wrote: [You don't often get email from m95d+...@psihoexpert.ro. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] rk3288 is missing fdtoverlay_addr_r. The new addresses match those used by rk3308. Tested on Asus TinkerBoar

[PATCH] rk3288: add fdtoverlay_addr_r to default env

2025-06-11 Thread Marius Dinu
rk3288 is missing fdtoverlay_addr_r. The new addresses match those used by rk3308. Tested on Asus TinkerBoard S. Signed-off-by: Marius Dinu Cc: Simon Glass Cc: Philipp Tomsich Cc: Kever Yang --- include/configs/rk3288_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --gi