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:
committed by
Wolfgang Denk
parent
89f39e177e
commit
ea0364f1bb
@@ -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
|
||||
|
Reference in New Issue
Block a user