From f3af98eca5e2d02e7a428b40ff91b0e608d482e2 Mon Sep 17 00:00:00 2001 From: Frank Wunderlich Date: Tue, 15 Jan 2019 18:49:06 +0100 Subject: adding saveenv-command for bananapi r2 bananapi r2 can be booted from sd-card and emmc saving the environment have to choose the storage from which the device has booted also the offset is set to 1MB to make sure env is written to block "user data area" between uboot and first partition https://www.fw-web.de/dokuwiki/lib/exe/fetch.php?cache=&media=bpi-r2:boot-structure.png Signed-off-by: Frank Wunderlich --- include/configs/mt7623.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h index 5129c83da8..e449364ad4 100644 --- a/include/configs/mt7623.h +++ b/include/configs/mt7623.h @@ -58,4 +58,7 @@ #define CONFIG_IPADDR 192.168.1.1 #define CONFIG_SERVERIP 192.168.1.2 +#define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_ENV_OFFSET 0x100000 + #endif -- cgit