summaryrefslogtreecommitdiff
path: root/board/keymile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:03:47 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:08:35 +0300
commitef2e1745da9151083c197d6077d0a14498eec13b (patch)
tree822826ced2fabc4f75531504ae0b16e29a7f8787 /board/keymile
parent3673a47b55c67359dc883bdf7be372d32ae6dbe6 (diff)
downloadu-boot-ef2e1745da9151083c197d6077d0a14498eec13b.tar.xz
global: Migrate CONFIG_ENV_TOTAL_SIZE to CFG
Perform a simple rename of CONFIG_ENV_TOTAL_SIZE to CFG_ENV_TOTAL_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/keymile')
-rw-r--r--board/keymile/kmcent2/kmcent2.env6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/keymile/kmcent2/kmcent2.env b/board/keymile/kmcent2/kmcent2.env
index 7c8f8306c5..6b676a4ceb 100644
--- a/board/keymile/kmcent2/kmcent2.env
+++ b/board/keymile/kmcent2/kmcent2.env
@@ -10,9 +10,9 @@ hostname=kmcent2
hwconfig=fsl_ddr:ctlr_intlv=cacheline
netdev=eth2
-newenv=protect off ENV_DEL_ADDR +CONFIG_ENV_TOTAL_SIZE &&
- erase ENV_DEL_ADDR +CONFIG_ENV_TOTAL_SIZE &&
- protect on ENV_DEL_ADDR +CONFIG_ENV_TOTAL_SIZE
+newenv=protect off ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE &&
+ erase ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE &&
+ protect on ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE
set_fdthigh=true
uimage=uImage