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. --- arch/arm/cpu/armv7/vf610/generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/cpu/armv7/vf610/generic.c b/arch/arm/cpu/armv7/vf610/generic.c index 1b17fdf74d..fdeabddfd8 100644 --- a/arch/arm/cpu/armv7/vf610/generic.c +++ b/arch/arm/cpu/armv7/vf610/generic.c @@ -327,7 +327,7 @@ void boot_mode_apply(unsigned cfg_val) const struct boot_mode soc_boot_modes[] = { {"normal", MAKE_CFGVAL(0x00, 0x00, 0x00, 0x00)}, /* reserved value should start ROM's serial loader */ - {"ser", MAKE_CFGVAL(0x40, 0x00, 0x00, 0x00)}, + {"serial", MAKE_CFGVAL(0x40, 0x00, 0x00, 0x00)}, /* 4 bit bus width */ {"esdhc0", MAKE_CFGVAL(0x60, 0x20, 0x00, 0x00)}, {"esdhc1", MAKE_CFGVAL(0x60, 0x28, 0x00, 0x00)}, -- cgit v1.2.3