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
cf71febc
Commit
cf71febc
authored
Sep 27, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
does not matter
parent
591cd788
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pl353_nand.c
src/drivers/mtd/nand/raw/pl353_nand.c
+2
-2
No files found.
src/drivers/mtd/nand/raw/pl353_nand.c
View file @
cf71febc
...
...
@@ -1133,8 +1133,8 @@ static int pl353_nand_ecc_init(struct mtd_info *mtd, struct nand_ecc_ctrl *ecc,
* They enable/disable ondie ecc feature each call which
* is not optimal.
*/
ecc
->
read_page
=
pl353_nand_read_page_raw
;
ecc
->
write_page
=
pl353_nand_write_page_raw
;
//
ecc->read_page = pl353_nand_read_page_raw;
//
ecc->write_page = pl353_nand_write_page_raw;
pl353_smc_set_ecc_mode
(
PL353_SMC_ECCMODE_BYPASS
);
/*
...
...
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