Re: [PATCH v4 3/4] board: nuvuton: arbel: Fix incorrect ram size

2023-10-31 Thread Tom Rini
On Mon, Oct 23, 2023 at 03:02:24PM +0800, Jim Liu wrote: > 1. Fix incorrect ram size of 4GB dram with ECC enabled > 2. Fix wrong place to set dram bank size >- The dram bank size should be set in dram_init_banksize >- Dram_init should not access gd->bd because the board info > struct

[PATCH v4 3/4] board: nuvuton: arbel: Fix incorrect ram size

2023-10-23 Thread Jim Liu
1. Fix incorrect ram size of 4GB dram with ECC enabled 2. Fix wrong place to set dram bank size - The dram bank size should be set in dram_init_banksize - Dram_init should not access gd->bd because the board info struct is not reserved yet. Signed-off-by: Jim Liu Changes for v2: -