commit | d53e8fd4a13e7ada26d7ab231b69502cb165620d | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Mon Apr 12 22:28:02 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 13 09:12:59 2010 +0200 |
tree | 0f737a5d907c2d5d771d6862438f916d5c36355c | |
parent | f47d087bfc417e87ccc0ab56258c03ca12130529 [diff] |
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>