MAX_CODE_SIZE on CONNECT ME

Hi,
I am using Connect ME CF/W module. I face problem when i change MAX_CODE_SIZE in customize.ldr to (2M + 512K) from 2M. I want to change it so that in future i not have to change my bootloder if my image.bin expands in size.
But bootloder with MAX_CODE_SIZE = (2M + 512K) is not working. Control comes till blExecuteImage(destination) in main() (rommain.c). After that it never reaces NABlMain() (blmain.c).
do i have to change something else so that with MAX_CODE_SIZE = (2M + 512K) works for me?
Best Regards
Shyam

I would also be interested in knowing about this.

You also need to increase the value of ramAddress in blbootldr.dat to match how much you’ve increased MAX_CODE_SIZE