uboot-mt623x/board/gth2
Shinya Kuribayashi 43c509254f Use jr as register jump instruction
Current assembler codes are inconsistent in the way of register jump
instruction usage; some use jr, some use j. Of course GNU as allows both
usages, but as can be expected from `Jump Register' the mnemonic `jr' is
more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
at all.

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2008-04-18 00:47:29 -07: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 Use jr as register jump instruction 2008-04-18 00:47:29 -07:00
u-boot.lds Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 2008-01-12 20:31:39 +01:00