summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-04-23 12:00:22 +0200
committerStefan Roese <sr@denx.de>2007-04-23 12:00:22 +0200
commit323bfa8f436dc3bc57187c9b1488bc3146ff1522 (patch)
treee5cb3bb1afa3305acf76f2758afd13a124b2a8df /doc
parent37837828d89084879bee2f2b8c7c68d4695940df (diff)
downloadblackbird-obmc-uboot-323bfa8f436dc3bc57187c9b1488bc3146ff1522.tar.gz
blackbird-obmc-uboot-323bfa8f436dc3bc57187c9b1488bc3146ff1522.zip
Remove BOARDLIBS usage completely
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.nand7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/README.nand b/doc/README.nand
index b5171f4d40..5c31845a94 100644
--- a/doc/README.nand
+++ b/doc/README.nand
@@ -192,12 +192,7 @@ The old NAND handling code has been re-factored and is now confined
to only board-specific files and - unfortunately - to the DoC code
(see below). A new configuration variable has been introduced:
CFG_NAND_LEGACY, which has to be defined in the board config file if
-that board uses legacy code. If CFG_NAND_LEGACY is defined, the board
-specific config.mk file should also have "BOARDLIBS =
-drivers/nand_legacy/libnand_legacy.a". For boards using the new NAND
-approach (PPChameleon and netstar at the moment) no variable is
-necessary, but the config.mk should have "BOARDLIBS =
-drivers/nand/libnand.a".
+that board uses legacy code.
The necessary changes have been made to all affected boards, and no
build breakage has been introduced, except for NETTA and NETTA_ISDN
OpenPOWER on IntegriCloud