]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Create CPUDIR variable
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 13 Apr 2010 03:28:02 +0000 (22:28 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 13 Apr 2010 07:12:59 +0000 (09:12 +0200)
commit03b7004ddafc70d83904d790abaa50843868130e
tree0f737a5d907c2d5d771d6862438f916d5c36355c
parentfd4e49c18901a50b1648235f26da1e8caa0f8764
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>
14 files changed:
Makefile
board/freescale/mpc8536ds/config.mk
board/freescale/mpc8569mds/config.mk
board/freescale/mx51evk/config.mk
board/freescale/p1_p2_rdb/config.mk
config.mk
doc/README.ARM-SoC
lib_arm/config.mk
lib_blackfin/config.mk
lib_sh/config.mk
nand_spl/board/freescale/mpc8536ds/Makefile
nand_spl/board/freescale/mpc8569mds/Makefile
nand_spl/board/freescale/p1_p2_rdb/Makefile
onenand_ipl/board/apollon/Makefile