]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[MIPS] board/gth2/lowlevel_init.S: Fix a build warning
authorShinya Kuribayashi <shinya.kuribayashi@necel.com>
Mon, 19 Nov 2007 02:14:16 +0000 (11:14 +0900)
committerWolfgang Denk <wd@denx.de>
Mon, 19 Nov 2007 20:49:51 +0000 (21:49 +0100)
commitf8c320609366176b31104d9bf5e295232e1c7f1d
treefb998972a0dfef7001b9800ad4a350f0539167cb
parente8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
[MIPS] board/gth2/lowlevel_init.S: Fix a build warning

lowlevel_init.S: Assembler messages:
lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.

Looking at codes, the `memtest' and `clearmem' are intentional mixed
use of `global symbols' and `label' for debugging purpose. To make it
build, just disable global-symbols-use for now. As a result `memtest'
still remains as unused, but leave it be...

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
board/gth2/lowlevel_init.S