1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

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>
This commit is contained in:
Peter Tyser
2010-04-12 22:28:04 -05:00
committed by Wolfgang Denk
parent 89f39e177e
commit ea0364f1bb
251 changed files with 232 additions and 232 deletions

View File

@@ -69,7 +69,7 @@ yellow_LED_off
blue_LED_on
blue_LED_off
These are weakly defined in lib_arm/board.c to noops. Where applicable, define
These are weakly defined in arch/arm/lib/board.c to noops. Where applicable, define
these functions in the board specific source.
TBD : Describe older board dependent macros similar to what is done for