Hi,
I 'm now using a 128MByte DDR2 and accordingly setting a proper values on U-boot(ddr_def.h file on EZSDK v5.05).
By the way, I want Kernel to recoginize the DDR size as only 64MByte. I guess it can be achieved via mem variable on uEnv.txt.
I'd appreciate if you would review it.
U-Boot> setenv bootargs 'console=ttyO0,115200n8 noinitrd ip=off mem=64M rootwait=1 rw ubi.mtd=7,2048 rootfstype=ubifs root=ubi0:rootfs init=/init'
Thanks,
Devin