diff options
author | Frank Wunderlich <frank-w@public-files.de> | 2019-01-15 18:49:06 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-18 09:26:04 -0500 |
commit | f3af98eca5e2d02e7a428b40ff91b0e608d482e2 (patch) | |
tree | b6f9f5a8f84515a7639e6a31762746468d81e3e1 /configs/mt7623n_bpir2_defconfig | |
parent | 5d94158aa9af94542a2bb35f6aaa8a2d786fc6c2 (diff) | |
download | u-boot-f3af98eca5e2d02e7a428b40ff91b0e608d482e2.tar.gz |
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 <frank-w@public-files.de>
Diffstat (limited to 'configs/mt7623n_bpir2_defconfig')
-rw-r--r-- | configs/mt7623n_bpir2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mt7623n_bpir2_defconfig b/configs/mt7623n_bpir2_defconfig index 8cb4907326..70fb5a15a2 100644 --- a/configs/mt7623n_bpir2_defconfig +++ b/configs/mt7623n_bpir2_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_OF_SEPARATE=y CONFIG_DEFAULT_DEVICE_TREE="mt7623n-bananapi-bpi-r2" CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_ENV_IS_IN_MMC=y CONFIG_REGMAP=y CONFIG_SYSCON=y # CONFIG_BLOCK_CACHE is not set |