diff options
author | Detlev Zundel <dzu@denx.de> | 2007-04-20 12:01:47 +0200 |
---|---|---|
committer | Detlev Zundel <dzu@denx.de> | 2007-04-20 12:01:47 +0200 |
commit | 6923565db12af34fd5e02d354ee65a8c78ac460f (patch) | |
tree | 702a72ad6db9dfcebeb68f3ec097228b3e51331a | |
parent | 37837828d89084879bee2f2b8c7c68d4695940df (diff) | |
download | u-boot-imx-6923565db12af34fd5e02d354ee65a8c78ac460f.zip u-boot-imx-6923565db12af34fd5e02d354ee65a8c78ac460f.tar.gz u-boot-imx-6923565db12af34fd5e02d354ee65a8c78ac460f.tar.bz2 |
Fix breakage of NC650 board with respect to nand support.
Signed-off-by: Detlev Zundel <dzu@denx.de>
-rw-r--r-- | board/nc650/config.mk | 3 | ||||
-rw-r--r-- | include/configs/NC650.h | 12 |
2 files changed, 2 insertions, 13 deletions
diff --git a/board/nc650/config.mk b/board/nc650/config.mk index 52c8ffe..9d9b892 100644 --- a/board/nc650/config.mk +++ b/board/nc650/config.mk @@ -1,5 +1,5 @@ # -# (C) Copyright 2006 Detlev Zundel, dzu@denx.de +# (C) Copyright 2006, 2007 Detlev Zundel, dzu@denx.de # (C) Copyright 2004 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # @@ -27,4 +27,3 @@ # TEXT_BASE = 0x40700000 -BOARDLIBS = $(obj)drivers/nand/libnand.a diff --git a/include/configs/NC650.h b/include/configs/NC650.h index 8da29c4..a12c8da 100644 --- a/include/configs/NC650.h +++ b/include/configs/NC650.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2006 Detlev Zundel, dzu@denx.de + * (C) Copyright 2006, 2007 Detlev Zundel, dzu@denx.de * (C) Copyright 2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * @@ -237,18 +237,8 @@ /* * NAND flash support */ -#define CFG_NAND_LEGACY - #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 ADDR_PAGE 2 -#define ADDR_COLUMN_PAGE 3 -#define ADDR_COLUMN 1 -#define NAND_NO_RB - /*----------------------------------------------------------------------- * SYPCR - System Protection Control 11-9 |