diff options
| author | Peter Tyser <ptyser@xes-inc.com> | 2010-04-12 22:28:04 -0500 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-04-13 09:13:03 +0200 | 
| commit | ea0364f1bbfed1e3ea711147420875cf338fe77a (patch) | |
| tree | 15c051bc4d2e94c1661c73e1b87c22c7beda7c24 /doc/README.mpc5xx | |
| parent | 89f39e177e7b0152aa1d3152baa25d986e36cdcf (diff) | |
| download | olio-uboot-2014.01-ea0364f1bbfed1e3ea711147420875cf338fe77a.tar.xz olio-uboot-2014.01-ea0364f1bbfed1e3ea711147420875cf338fe77a.zip | |
Move lib_$ARCH directories to arch/$ARCH/lib
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk
This change is intended to clean up the top-level directory structure
and more closely mimic Linux's directory organization.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'doc/README.mpc5xx')
| -rw-r--r-- | doc/README.mpc5xx | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/README.mpc5xx b/doc/README.mpc5xx index 07be8637f..2e121746d 100644 --- a/doc/README.mpc5xx +++ b/doc/README.mpc5xx @@ -34,9 +34,9 @@ u-boot-0.2.0/include/mpc5xx.h  u-boot-0.2.0/include/status_led.h  u-boot-0.2.0/include/asm-ppc/u-boot.h  u-boot-0.2.0/include/asm-ppc/5xx_immap.h -u-boot-0.2.0/lib_ppc/board.c -u-boot-0.2.0/lib_ppc/cache.c -u-boot-0.2.0/lib_ppc/time.c +u-boot-0.2.0/arch/ppc/lib/board.c +u-boot-0.2.0/arch/ppc/lib/cache.c +u-boot-0.2.0/arch/ppc/lib/time.c  u-boot-0.2.0/Makefile  u-boot-0.2.0/CREDITS  u-boot-0.2.0/doc/README.mpc5xx |