diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-05 16:57:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-05 16:57:46 +0200 |
commit | 55aee109ce0439f6315dce9c8f27423316e56fc4 (patch) | |
tree | c5e5531b19d2c6d85ad0b81b52aee428b480258a /doc/README.nand | |
parent | 5c3d76762194a63f662841d1f00da275f6d033f7 (diff) | |
parent | 9fab1181d0410dd274c58b76352c60328778e69d (diff) |
Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flash
Diffstat (limited to 'doc/README.nand')
-rw-r--r-- | doc/README.nand | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/README.nand b/doc/README.nand index b5171f4d407..5c31845a94c 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 |