Skip to content
Snippets Groups Projects
Commit 6923565d authored by Detlev Zundel's avatar Detlev Zundel
Browse files

Fix breakage of NC650 board with respect to nand support.


Signed-off-by: default avatarDetlev Zundel <dzu@denx.de>
parent 37837828
No related branches found
No related tags found
No related merge requests found
# #
# (C) Copyright 2006 Detlev Zundel, dzu@denx.de # (C) Copyright 2006, 2007 Detlev Zundel, dzu@denx.de
# (C) Copyright 2004 # (C) Copyright 2004
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
# #
...@@ -27,4 +27,3 @@ ...@@ -27,4 +27,3 @@
# #
TEXT_BASE = 0x40700000 TEXT_BASE = 0x40700000
BOARDLIBS = $(obj)drivers/nand/libnand.a
/* /*
* (C) Copyright 2006 Detlev Zundel, dzu@denx.de * (C) Copyright 2006, 2007 Detlev Zundel, dzu@denx.de
* (C) Copyright 2005 * (C) Copyright 2005
* Wolfgang Denk, DENX Software Engineering, wd@denx.de. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
* *
...@@ -237,18 +237,8 @@ ...@@ -237,18 +237,8 @@
/* /*
* NAND flash support * NAND flash support
*/ */
#define CFG_NAND_LEGACY
#define CFG_MAX_NAND_DEVICE 1 #define CFG_MAX_NAND_DEVICE 1
#define NAND_ChipID_UNKNOWN 0x00
#define SECTORSIZE 512
#define NAND_MAX_FLOORS 1
#define NAND_MAX_CHIPS 1 #define NAND_MAX_CHIPS 1
#define ADDR_PAGE 2
#define ADDR_COLUMN_PAGE 3
#define ADDR_COLUMN 1
#define NAND_NO_RB
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* SYPCR - System Protection Control 11-9 * SYPCR - System Protection Control 11-9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment