Re: [U-Boot] [PATCH] common: fdt: set the value of MEMORY_BANKS_MAX to 8

2018-08-17 Thread Simon Glass
Hi, On 10 August 2018 at 10:44, Ramon Fried wrote: > > > > On Fri, Aug 10, 2018 at 2:54 PM Anand Moon wrote: >> >> set the value of MEMORY_BANKS_MAX to 8. >> Odroid-XU4 fails to boot with following message >> >> fdt_fixup_memory_banks: num banks 8 exceeds hardcoded limit 4. >> Recompile with hig

Re: [U-Boot] [PATCH] common: fdt: set the value of MEMORY_BANKS_MAX to 8

2018-08-10 Thread Ramon Fried
On Fri, Aug 10, 2018 at 2:54 PM Anand Moon wrote: > set the value of MEMORY_BANKS_MAX to 8. > Odroid-XU4 fails to boot with following message > > fdt_fixup_memory_banks: num banks 8 exceeds hardcoded limit 4. > Recompile with higher MEMORY_BANKS_MAX? > ERROR: arch-specific fdt fixup failed > - m

[U-Boot] [PATCH] common: fdt: set the value of MEMORY_BANKS_MAX to 8

2018-08-10 Thread Anand Moon
set the value of MEMORY_BANKS_MAX to 8. Odroid-XU4 fails to boot with following message fdt_fixup_memory_banks: num banks 8 exceeds hardcoded limit 4. Recompile with higher MEMORY_BANKS_MAX? ERROR: arch-specific fdt fixup failed - must RESET the board to recover. Fixes: commit 2a1f4f1758b5 (Reve