提交 30b0195a 编写于 作者: S Steve Rae 提交者: Tom Rini

bcm281xx: save ENV to MMC

Enable saving ENV to MMC for the bcm281xx boards.
Signed-off-by: NSteve Rae <srae@broadcom.com>
上级 efe8d899
......@@ -88,8 +88,11 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_ENV_SIZE 0x10000
#define CONFIG_ENV_IS_NOWHERE
/* must fit into GPT:u-boot-env partition */
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_ENV_OFFSET (0x00011a00 * 512)
#define CONFIG_ENV_SIZE (8 * 512)
#define CONFIG_SYS_NO_FLASH /* Not using NAND/NOR unmanaged flash */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册