From 63869c9d34d75cd8df5a1c448b67301bc3809d33 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 4 May 2015 17:56:49 +0200 Subject: ARM: vf610: rename/add bmode for Colibri VFxx Rename the serial loader boot mode to "serial". Also add an alias for the ESDHC1 controller, which provides the standard MMC connection for the Colibri SO-DIMM default pinout. --- board/toradex/colibri_vf/colibri_vf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'board') diff --git a/board/toradex/colibri_vf/colibri_vf.c b/board/toradex/colibri_vf/colibri_vf.c index 696eb105bd..bea269665e 100644 --- a/board/toradex/colibri_vf/colibri_vf.c +++ b/board/toradex/colibri_vf/colibri_vf.c @@ -401,7 +401,8 @@ int board_early_init_f(void) #ifdef CONFIG_CMD_BMODE static const struct boot_mode board_boot_modes[] = { - {"nand", MAKE_CFGVAL(0x80, 0x02, 0x00, 0x00)}, + {"nand", MAKE_CFGVAL(0x80, 0x02, 0x00, 0x00)}, + {"mmc", MAKE_CFGVAL(0x60, 0x28, 0x00, 0x00)}, {NULL, 0}, }; #endif -- cgit v1.2.3