From: Harald Seiler <hws@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] pcm058: fix NAND flash not using badblock table
Date: Wed, 05 Dec 2018 13:29:36 +0100 [thread overview]
Message-ID: <1544012976.2465.3.camel@denx.de> (raw)
Without setting this flag, U-Boot will silently use a memory
only badblock table. This is not only bad because it means badblock
info is ignored, but also leads to other issues if a driver ontop
then tries to read the badblock table as filesystem info (eg. UBI).
Signed-off-by: Harald Seiler <hws@denx.de>
---
include/configs/pcm058.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h
index 49048c163f..b9bc08b388 100644
--- a/include/configs/pcm058.h
+++ b/include/configs/pcm058.h
@@ -55,6 +55,7 @@
#define CONFIG_SYS_NAND_BASE 0x40000000
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
#define CONFIG_SYS_NAND_ONFI_DETECTION
+#define CONFIG_SYS_NAND_USE_FLASH_BBT
#endif
/* DMA stuff, needed for GPMI/MXS NAND support */
--
2.17.2
next reply other threads:[~2018-12-05 12:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-05 12:29 Harald Seiler [this message]
2018-12-07 8:45 ` [U-Boot] [PATCH] pcm058: fix NAND flash not using badblock table Stefano Babic
2018-12-07 9:19 ` [U-Boot] [PATCH v2] " Harald Seiler
2018-12-07 11:48 ` Marek Vasut
2018-12-07 12:15 ` Harald Seiler
2018-12-07 12:18 ` Marek Vasut
2018-12-07 18:55 ` Stefano Babic
2018-12-07 21:18 ` Harald Seiler
2018-12-08 18:44 ` Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1544012976.2465.3.camel@denx.de \
--to=hws@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.