]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: default to environment in eMMC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 16 Feb 2016 08:08:42 +0000 (17:08 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Feb 2016 18:50:16 +0000 (03:50 +0900)
Of the several boot devices supported, it looks like the eMMC is the
most commonly used.  Enable CONFIG_ENV_IS_IN_MMC by default.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/boot-mode/boot-mode.c
include/configs/uniphier.h

index 05477620a3decefac02d300496f293e783e06775..cf39bf57e9201b01af56dc5ff2f97bc0e7e4b148 100644 (file)
@@ -93,6 +93,11 @@ static int find_first_mmc_device(void)
        return -ENODEV;
 }
 
+int mmc_get_env_dev(void)
+{
+       return find_first_mmc_device();
+}
+
 static int do_mmcsetn(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        int dev;
index 1b28cdc1a984e4da65ac8ad30e9ef55be604029f..b1c8ccb7b92b7e0f379b2ef0417e5d0aa9093e9a 100644 (file)
 
 #define CONFIG_CONS_INDEX              1
 
-/*
- * For NAND booting the environment is embedded in the U-Boot image. Please take
- * look at the file board/amcc/canyonlands/u-boot-nand.lds for details.
- */
+/* #define CONFIG_ENV_IS_NOWHERE */
 /* #define CONFIG_ENV_IS_IN_NAND */
-#define CONFIG_ENV_IS_NOWHERE
+#define CONFIG_ENV_IS_IN_MMC
+#define CONFIG_ENV_OFFSET                      0x80000
 #define CONFIG_ENV_SIZE                                0x2000
-#define CONFIG_ENV_OFFSET                      0x0
 /* #define CONFIG_ENV_OFFSET_REDUND    (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) */
 
+#define CONFIG_SYS_MMC_ENV_DEV         0
+#define CONFIG_SYS_MMC_ENV_PART                1
+
 /* Time clock 1MHz */
 #define CONFIG_SYS_TIMER_RATE                  1000000