diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-09-23 15:38:01 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-09-24 09:07:58 +0200 |
commit | 68a3e32b722261d07cf7325ea86275bf4e3b8917 (patch) | |
tree | 68a87b968448ef42c94e2d0af40a6c3dcff5478e /include/configs/socfpga_cyclone5_socdk.h | |
parent | 4348f36bbbc91633022a39739c584a83af1762d8 (diff) | |
download | u-boot-68a3e32b722261d07cf7325ea86275bf4e3b8917.tar.gz |
arm: socfpga: Enable saveenv for SD/MMC
Enable the able to save the environment variables when SD/MMC is used.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'include/configs/socfpga_cyclone5_socdk.h')
-rw-r--r-- | include/configs/socfpga_cyclone5_socdk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/socfpga_cyclone5_socdk.h b/include/configs/socfpga_cyclone5_socdk.h index 9e733e5c48..fa67b25a79 100644 --- a/include/configs/socfpga_cyclone5_socdk.h +++ b/include/configs/socfpga_cyclone5_socdk.h @@ -59,6 +59,10 @@ #endif +#define CONFIG_ENV_IS_IN_MMC +#define CONFIG_SYS_MMC_ENV_DEV 0 /* device 0 */ +#define CONFIG_ENV_OFFSET 512 /* just after the MBR */ + /* USB */ #ifdef CONFIG_CMD_USB #define CONFIG_USB_DWC2_REG_ADDR SOCFPGA_USB1_ADDRESS |