From: Fabien Parent <fparent@baylibre.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] davinci: omapl138_lcdk: increase u-boot load size
Date: Mon, 5 Dec 2016 19:15:20 +0100 [thread overview]
Message-ID: <20161205181521.10586-2-fparent@baylibre.com> (raw)
In-Reply-To: <20161205181521.10586-1-fparent@baylibre.com>
A size of 0x200 seems way too short for u-boot. Increase the size
to 512k.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
include/configs/omapl138_lcdk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 9e11f7dc95..2101086d59 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -176,7 +176,7 @@
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
#define CONFIG_SYS_NAND_PAGE_SIZE (2 << 10)
#define CONFIG_SYS_NAND_BLOCK_SIZE (128 << 10)
-#define CONFIG_SYS_NAND_U_BOOT_SIZE 0x200 /*0x60000*/
+#define CONFIG_SYS_NAND_U_BOOT_SIZE SZ_512K
#define CONFIG_SYS_NAND_U_BOOT_DST 0xc1080000
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_NAND_U_BOOT_DST
#define CONFIG_SYS_NAND_U_BOOT_RELOC_SP (CONFIG_SYS_NAND_U_BOOT_DST - \
--
2.11.0
next prev parent reply other threads:[~2016-12-05 18:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-05 18:15 [U-Boot] [PATCH 0/2] davinci: omapl138_lcdk: fix unreliable NAND accesses Fabien Parent
2016-12-05 18:15 ` Fabien Parent [this message]
2016-12-05 19:08 ` [U-Boot] [PATCH 1/2] davinci: omapl138_lcdk: increase u-boot load size Tom Rini
2016-12-12 13:43 ` [U-Boot] [U-Boot, " Tom Rini
2016-12-05 18:15 ` [U-Boot] [PATCH 2/2] davinci: omapl138_lcdk: fix bad NAND ECC config Fabien Parent
2016-12-05 19:09 ` Tom Rini
2016-12-12 13:44 ` [U-Boot] [U-Boot, " Tom Rini
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=20161205181521.10586-2-fparent@baylibre.com \
--to=fparent@baylibre.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox