Skip to content
Snippets Groups Projects
Commit 03b7004d authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

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: default avatarPeter Tyser <ptyser@xes-inc.com>
parent fd4e49c1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment