uboot-mt623x/board/gth2
Shinya Kuribayashi f8c3206093 [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>
2007-11-19 21:49:51 +01:00
..
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
config.mk Add support for TB5200 board 2006-07-19 13:50:38 +02:00
ee_access.c Add support for TB5200 board 2006-07-19 13:50:38 +02:00
ee_access.h Add support for TB5200 board 2006-07-19 13:50:38 +02:00
ee_dev.h Add support for TB5200 board 2006-07-19 13:50:38 +02:00
flash.c Add support for gth2 board 2006-06-16 17:32:31 +02:00
gth2.c [MIPS] gth2.c: Fix a warning on gth2 build. 2007-11-17 20:05:20 +09:00
lowlevel_init.S [MIPS] board/gth2/lowlevel_init.S: Fix a build warning 2007-11-19 21:49:51 +01:00
u-boot.lds [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end} 2007-11-17 18:54:15 +09:00