summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-12-08 15:18:37 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-12-08 15:18:37 -0700
commit414455487beaa68ae2a7880bed28db22a202a2c3 (patch)
treef8221efa13e740c4a6fd3e966a5ce628dfcb92bd
parent21c02bf76cd8da968a8a55af50c3ee6e9fb8fdf1 (diff)
Fix name of S board
-rw-r--r--arch/arm/mach-mx6/board-mx6_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6_s.c b/arch/arm/mach-mx6/board-mx6_s.c
index 448048a409bf..103ad85aface 100644
--- a/arch/arm/mach-mx6/board-mx6_s.c
+++ b/arch/arm/mach-mx6/board-mx6_s.c
@@ -1283,7 +1283,7 @@ static void __init reserve(void)
/*
* initialize __mach_desc_MX6Q_SABRELITE data structure.
*/
-MACHINE_START(MX6_S, "Boundary Devices S Lite Board")
+MACHINE_START(MX6_S, "Boundary Devices S Board")
/* Maintainer: Boundary Devices */
.boot_params = MX6_PHYS_OFFSET + 0x100,
.fixup = fixup_mxc_board,