uboot-mt623x/onenand_ipl/board/apollon
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 Create CPUDIR variable 2010-04-13 09:12:59 +02:00
apollon.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
config.mk OneNAND Initial Program Loader (IPL) support 2008-02-14 22:08:13 +01:00
low_levelinit.S Coding style cleanup; update CHANGELOG. 2008-02-14 22:46:55 +01:00
u-boot.onenand.lds Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00