From: Neil Armstrong <narmstrong@baylibre.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RESEND PATCH 2/5] configs: meson64: permit redefining ENV_SIZE
Date: Mon, 29 Jul 2019 16:07:48 +0200 [thread overview]
Message-ID: <20190729140751.7851-3-narmstrong@baylibre.com> (raw)
In-Reply-To: <20190729140751.7851-1-narmstrong@baylibre.com>
Permit redefining ENV_SIZE for board specific configs.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
include/configs/meson64.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index d82a674270..e707a1893f 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -38,7 +38,9 @@
#define CONFIG_CPU_ARMV8
#define CONFIG_REMAKE_ELF
+#ifndef CONFIG_ENV_SIZE
#define CONFIG_ENV_SIZE 0x2000
+#endif
#define CONFIG_SYS_MAXARGS 32
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 1024
--
2.22.0
next prev parent reply other threads:[~2019-07-29 14:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-29 14:07 [U-Boot] [RESEND PATCH 0/5] amlogic: add support for the SEI Robotic SEI510 Neil Armstrong
2019-07-29 14:07 ` [U-Boot] [RESEND PATCH 1/5] ARM: dts: Import Amlogic G12A SEI510 DT from Linux 5.3-rc1 Neil Armstrong
2019-07-29 14:07 ` Neil Armstrong [this message]
2019-07-29 14:07 ` [U-Boot] [RESEND PATCH 3/5] boards: meson: add g12a sei510 Neil Armstrong
2019-07-29 14:07 ` [U-Boot] [RESEND PATCH 4/5] ARM: meson: Add support for fastboot_set_reboot_flag() Neil Armstrong
2019-07-29 14:07 ` [U-Boot] [RESEND PATCH 5/5] configs: sei510: disable PSCI_RESET to support fastboot reboot_flag Neil Armstrong
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=20190729140751.7851-3-narmstrong@baylibre.com \
--to=narmstrong@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