[U-Boot] Need Info regarding global label memsetup & file memsetup.s

Gururaja Hebbar K R gururajakr at sanyo.co.in
Thu Aug 28 07:40:38 CEST 2008


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


More information about the U-Boot mailing list