Hello,
I've patched u-boot to use single DRAM bank it seems to be all OK.
These are the configuration I'm using:
#define USE_EMIF0 1
#define USE_EMIF1 0
The only issue I had was wrong print (512M uinstead of 256M).
When I tried to change as following:
from old:
#define CONFIG_NR_DRAM_BANKS 2
to new:
#define CONFIG_NR_DRAM_BANKS 1
The 1st u-boot get stack.
Is there any idea what I can do ?
Thank you,
Ran