summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/sunxi-common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 91cfada9f3..3df54a3e1a 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -153,8 +153,8 @@
#ifdef CONFIG_SUNXI_ENV_MMC
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 1 /* first detected MMC controller */
-#define CONFIG_ENV_OFFSET (840 << 10) /* 840 KiB */
-/* (544 << 10) */ /* (8 + 24 + 512) KiB */
+ #define CONFIG_ENV_OFFSET (840 << 10) /* 840 KiB */
+ /* (544 << 10) */ /* (8 + 24 + 512) KiB */
#endif
#define CONFIG_SUPPORT_EMMC_BOOT
@@ -180,9 +180,9 @@
#define CONFIG_SPL_SPI_FLASH_SUPPORT
#else
#ifdef CONFIG_MACH_SUN50I
- #define CONFIG_ENV_OFFSET (640 << 10) /* (8 + 32 + 600) KiB */
+ #define CONFIG_ENV_OFFSET (840 << 10) /* 840 KiB */
#else
- #define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */
+ #define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */
#endif
#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0 /* first detected MMC controller */