Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
591cd788
Commit
591cd788
authored
Sep 27, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't need, subpage writes are supported
parent
d4f217cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
nand_micron.c
src/drivers/mtd/nand/raw/nand_micron.c
+0
-4
No files found.
src/drivers/mtd/nand/raw/nand_micron.c
View file @
591cd788
...
...
@@ -763,10 +763,6 @@ static int micron_nand_init(struct nand_chip *chip)
// chip->id.data[1] is dev_id (0xa3 in Elphel 10393)
nand_micron_mt29f_init
(
mtd
,
chip
->
id
.
data
[
1
]);
// MT29F8G08ADBDAH4, no subpage write support
if
(
chip
->
id
.
data
[
1
]
==
0xa3
)
chip
->
options
|=
NAND_NO_SUBPAGE_WRITE
;
// Elphel: modification for Micron NAND chips
//TODO: add Micron chip ID checking
mtd
->
_unlock
=
micron_nand_unlock
;
...
...
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