Re: [U-Boot] [PATCH] MX31: Adjust default environment for QONG module

2010-04-28 Thread Stefano Babic
Wolfgang Denk wrote: >> "ramdisk_addr=a030\0" \ > =^ > >> "u-boot=qong/u-boot.bin\0" \ >> "kernel_addr_r=8080\0" \ >> @@ -274,7 +274,7

Re: [U-Boot] [PATCH] MX31: Adjust default environment for QONG module

2010-04-28 Thread Wolfgang Denk
Dear Stefano Babic, In message <1272455915-1143-1-git-send-email-sba...@denx.de> you wrote: > Because the the size of u-boot increased after adding > new features (mainly the support for ubi/ubifs), storing > u-boot requires an additional sector on the flash. The patch > adjusts the kernel_addr an

[U-Boot] [PATCH] MX31: Adjust default environment for QONG module

2010-04-28 Thread Stefano Babic
Because the the size of u-boot increased after adding new features (mainly the support for ubi/ubifs), storing u-boot requires an additional sector on the flash. The patch adjusts the kernel_addr and mtdparts variables giving 128KB more space for u-boot code. Signed-off-by: Stefano Babic --- inc