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>
Showing
- Makefile 9 additions, 9 deletionsMakefile
- board/freescale/mpc8536ds/config.mk 1 addition, 1 deletionboard/freescale/mpc8536ds/config.mk
- board/freescale/mpc8569mds/config.mk 1 addition, 1 deletionboard/freescale/mpc8569mds/config.mk
- board/freescale/mx51evk/config.mk 1 addition, 1 deletionboard/freescale/mx51evk/config.mk
- board/freescale/p1_p2_rdb/config.mk 1 addition, 1 deletionboard/freescale/p1_p2_rdb/config.mk
- config.mk 7 additions, 6 deletionsconfig.mk
- doc/README.ARM-SoC 3 additions, 3 deletionsdoc/README.ARM-SoC
- lib_arm/config.mk 1 addition, 1 deletionlib_arm/config.mk
- lib_blackfin/config.mk 1 addition, 1 deletionlib_blackfin/config.mk
- lib_sh/config.mk 1 addition, 1 deletionlib_sh/config.mk
- nand_spl/board/freescale/mpc8536ds/Makefile 2 additions, 2 deletionsnand_spl/board/freescale/mpc8536ds/Makefile
- nand_spl/board/freescale/mpc8569mds/Makefile 2 additions, 2 deletionsnand_spl/board/freescale/mpc8569mds/Makefile
- nand_spl/board/freescale/p1_p2_rdb/Makefile 2 additions, 2 deletionsnand_spl/board/freescale/p1_p2_rdb/Makefile
- onenand_ipl/board/apollon/Makefile 1 addition, 1 deletiononenand_ipl/board/apollon/Makefile
Loading
Please register or sign in to comment