projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d197fa
)
configs: phycore_am62x_a53_defconfig: Fix CONFIG_ENV_SIZE
author
Daniel Schultz
<d.schultz@phytec.de>
Fri, 30 Aug 2024 09:09:39 +0000
(
02:09
-0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 10 Sep 2024 19:16:02 +0000
(13:16 -0600)
The environment should have a size of 0x20000 instead 0x2000.
Update to have the same environment size for all PHYTEC K3 products.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
configs/phycore_am62x_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/phycore_am62x_a53_defconfig
b/configs/phycore_am62x_a53_defconfig
index 07a1fff1f3d09a8f3cfd3c60060365307ee6c185..246b8743da019f28d71952b93a77371fc6aa9965 100644
(file)
--- a/
configs/phycore_am62x_a53_defconfig
+++ b/
configs/phycore_am62x_a53_defconfig
@@
-12,7
+12,7
@@
CONFIG_TARGET_PHYCORE_AM62X_A53=y
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80b80000
CONFIG_SF_DEFAULT_SPEED=25000000
-CONFIG_ENV_SIZE=0x2000
+CONFIG_ENV_SIZE=0x2000
0
CONFIG_ENV_OFFSET=0x680000
CONFIG_SPL_DM_SPI=y
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-phyboard-lyra-rdk"