Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
0e60c7c4
Commit
0e60c7c4
authored
Jun 05, 2009
by
Sascha Hauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mxc_nand: remove unused defines
Signed-off-by:
Sascha Hauer
<
s.hauer@pengutronix.de
>
parent
c5d23f1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
drivers/mtd/nand/mxc_nand.c
drivers/mtd/nand/mxc_nand.c
+0
-7
No files found.
drivers/mtd/nand/mxc_nand.c
View file @
0e60c7c4
...
@@ -122,13 +122,6 @@ struct mxc_nand_host {
...
@@ -122,13 +122,6 @@ struct mxc_nand_host {
/* Define delays in microsec for NAND device operations */
/* Define delays in microsec for NAND device operations */
#define TROP_US_DELAY 2000
#define TROP_US_DELAY 2000
/* Macros to get byte and bit positions of ECC */
#define COLPOS(x) ((x) >> 3)
#define BITPOS(x) ((x) & 0xf)
/* Define single bit Error positions in Main & Spare area */
#define MAIN_SINGLEBIT_ERROR 0x4
#define SPARE_SINGLEBIT_ERROR 0x1
/* OOB placement block for use with hardware ecc generation */
/* OOB placement block for use with hardware ecc generation */
static
struct
nand_ecclayout
nand_hw_eccoob_smallpage
=
{
static
struct
nand_ecclayout
nand_hw_eccoob_smallpage
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment