summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-16 17:08:42 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-29 03:50:16 +0900
commitaa8a93480e072d8d0473e512b66c31f3c4cc3cc7 (patch)
treeacaaa16003bdc98b533c13a01f57a9114e01f17a /arch
parentc231c4367ace6574e27ff0d1844d163fc471287b (diff)
downloadtalos-obmc-uboot-aa8a93480e072d8d0473e512b66c31f3c4cc3cc7.tar.gz
talos-obmc-uboot-aa8a93480e072d8d0473e512b66c31f3c4cc3cc7.zip
ARM: uniphier: default to environment in eMMC
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-uniphier/boot-mode/boot-mode.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/boot-mode/boot-mode.c b/arch/arm/mach-uniphier/boot-mode/boot-mode.c
index 05477620a3..cf39bf57e9 100644
--- a/arch/arm/mach-uniphier/boot-mode/boot-mode.c
+++ b/arch/arm/mach-uniphier/boot-mode/boot-mode.c
@@ -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;
OpenPOWER on IntegriCloud