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
82d0a51c
Commit
82d0a51c
authored
Apr 09, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore nand fail bbt scan on the very first boot
parent
bc970067
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pl35x_nand.c
src/drivers/mtd/nand/pl35x_nand.c
+2
-1
No files found.
src/drivers/mtd/nand/pl35x_nand.c
View file @
82d0a51c
...
...
@@ -1156,7 +1156,8 @@ static int pl35x_nand_probe(struct platform_device *pdev)
/* second phase scan */
if
(
nand_scan_tail
(
mtd
))
{
dev_err
(
&
pdev
->
dev
,
"nand_scan_tail for NAND failed
\n
"
);
return
-
ENXIO
;
// elphel393: don't want to fail exit on the very first boot when flash is locked and the bad block table is not written yet
//return -ENXIO;
}
//elphel393 modification for Micron NAND chips
...
...
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