projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cddca4b
)
configs: meson64: permit redefining ENV_SIZE
author
Neil Armstrong
<narmstrong@baylibre.com>
Tue, 19 Feb 2019 12:42:20 +0000
(13:42 +0100)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 12 Aug 2019 08:02:30 +0000
(10:02 +0200)
Permit redefining ENV_SIZE for board specific configs.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
include/configs/meson64.h
patch
|
blob
|
history
diff --git
a/include/configs/meson64.h
b/include/configs/meson64.h
index 78b1615d5cc05f55c0fb1ebbb2117de9dc6bdd71..f8d3eee29222355a3efdb805a49ca0b07c46e345 100644
(file)
--- a/
include/configs/meson64.h
+++ b/
include/configs/meson64.h
@@
-37,7
+37,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