uboot-mt623x/lib_sh
Peter Tyser 03b7004dda Create CPUDIR variable
The CPUDIR variable points to the location of a target's CPU directory.
Currently, it is set to cpu/$CPU.  However, using $CPUDIR will allow for
more flexibility in the future.  It lays the groundwork for reorganizing
U-Boot's directory structure to support a layout such as:

  arch/$ARCH/cpu/$CPU/* (architecture with multiple CPU types)
  arch/$ARCH/cpu/*      (architecture with one CPU type)

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2010-04-13 09:12:59 +02:00
..
Makefile sh: Update sh timer function 2008-12-10 23:11:35 +09:00
board.c sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios. 2009-10-30 08:41:15 +09:00
bootm.c bootm: Add subcommands 2008-10-29 00:59:50 +01:00
config.mk Create CPUDIR variable 2010-04-13 09:12:59 +02:00
time.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00
time_sh2.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00