summaryrefslogtreecommitdiffstats
path: root/doc/README.LED
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:04 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:03 +0200
commitea0364f1bbfed1e3ea711147420875cf338fe77a (patch)
tree15c051bc4d2e94c1661c73e1b87c22c7beda7c24 /doc/README.LED
parent89f39e177e7b0152aa1d3152baa25d986e36cdcf (diff)
downloadtalos-obmc-uboot-ea0364f1bbfed1e3ea711147420875cf338fe77a.tar.gz
talos-obmc-uboot-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.LED')
-rw-r--r--doc/README.LED2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.LED b/doc/README.LED
index 94e552aa03..c3bcb3ac80 100644
--- a/doc/README.LED
+++ b/doc/README.LED
@@ -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
OpenPOWER on IntegriCloud