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:
e6b7afe
)
stm32mp1: Increase ENV_SIZE
author
Patrice Chotard
<patrice.chotard@st.com>
Tue, 7 May 2019 16:40:47 +0000
(18:40 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:15 +0000
(17:40 +0200)
Increase ENV_SIZE from 4 to 8 Ko
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/mach-stm32mp/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-stm32mp/Kconfig
b/arch/arm/mach-stm32mp/Kconfig
index 77f66c65c03ecbbce3c55b2df38b50b5351027b6..a8b09fb7111b4d5a7eb5f3e2bff1da7a79e5b857 100644
(file)
--- a/
arch/arm/mach-stm32mp/Kconfig
+++ b/
arch/arm/mach-stm32mp/Kconfig
@@
-29,7
+29,7
@@
config SYS_MALLOC_LEN
default 0x2000000
config ENV_SIZE
- default 0x
1
000
+ default 0x
2
000
config TARGET_STM32MP1
bool "Support stm32mp1xx"