summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-12-20 12:39:07 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-12-20 12:39:07 -0700
commit83aceeca08ef5743d990460e28e6fa2b0288a031 (patch)
tree60c5eb65defe5bdd82729688be868c0217759041
parent3dd6c82fe9498f00c37dba7212f42a9b1991abb8 (diff)
r: R board is not Nitrogen6X/SABRE Lite
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r--arch/arm/mach-mx6/board-mx6_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6_r.c b/arch/arm/mach-mx6/board-mx6_r.c
index d3ee061e59ff..85a544071b40 100644
--- a/arch/arm/mach-mx6/board-mx6_r.c
+++ b/arch/arm/mach-mx6/board-mx6_r.c
@@ -949,7 +949,7 @@ static void __init reserve(void)
/*
* initialize __mach_desc_MX6Q_SABRELITE data structure.
*/
-MACHINE_START(MX6_R, "Boundary Devices Nitrogen6X/SABRE Lite Board")
+MACHINE_START(MX6_R, "Boundary Devices R Board")
/* Maintainer: Boundary Devices */
.boot_params = MX6_PHYS_OFFSET + 0x100,
.fixup = fixup_mxc_board,