Home
last modified time | relevance | path

Searched hist:"03 b7004d" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/
H A Dconfig.mk03b7004d Mon Apr 12 22:28:02 CDT 2010 Peter Tyser <ptyser@xes-inc.com> 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>
H A DMakefile03b7004d Mon Apr 12 22:28:02 CDT 2010 Peter Tyser <ptyser@xes-inc.com> 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>