Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
6923565d
Commit
6923565d
authored
17 years ago
by
Detlev Zundel
Browse files
Options
Downloads
Patches
Plain Diff
Fix breakage of NC650 board with respect to nand support.
Signed-off-by:
Detlev Zundel
<
dzu@denx.de
>
parent
37837828
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
board/nc650/config.mk
+1
-2
1 addition, 2 deletions
board/nc650/config.mk
include/configs/NC650.h
+1
-11
1 addition, 11 deletions
include/configs/NC650.h
with
2 additions
and
13 deletions
board/nc650/config.mk
+
1
−
2
View file @
6923565d
#
# (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
This diff is collapsed.
Click to expand it.
include/configs/NC650.h
+
1
−
11
View file @
6923565d
/*
* (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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment