Hi, I was going through ARM integrator[cp/ap] (u-boot-1.3.3) board files & found occurrences of memsetup global variables & file memsetup.s
But according to a changelog entry, memsetup global label is changed/merged to lowlevel_init & memsetup.s is changed/merged to lowlevel_init.S. Below are the memsetup entries inside integrator[cp/ap] directories. I was unable to find a call to memsetup global entry anywhere in whole of u-boot-1.3.3 directory 1. uboot-1.3.3\board\integrator[cp/ap]\memsetup.S Redundant file. This file should be removed. File content: /* GPL ..snip.. ..snip.. Disclosure*/ /* * Memory setup * - the reset defaults are assumed sufficient */ .globl memsetup memsetup: mov pc,lr 2. Also memsetup.s entry in makefile (uboot-1.3.3\board\integrator[cp/ap]\Makefile) Once 1 step is done, this entry becomes invalid. So it needs to be removed. If i am correct, i can send a patch for the same. Please correct me if i am wrong. TIA Regards Gururaja _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot