From a0ae7adc52c0e288c6d06b69980de5f856db125c Mon Sep 17 00:00:00 2001 From: Klaus Goger Date: Tue, 28 Jul 2015 14:45:46 +0200 Subject: env overwrite Signed-off-by: Klaus Goger --- include/configs/sunxi-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 5f6eb73455..f1fc9b7f3a 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -198,6 +198,7 @@ #define CONFIG_IDENT_STRING " Allwinner Technology" #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ +#define CONFIG_ENV_OVERWRITE #define CONFIG_FAT_WRITE /* enable write access */ -- cgit v1.2.3