aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/mach-mx31ads.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2011-02-11 04:21:08 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2011-02-11 12:37:33 -0500
commita0c859c593827c0ff488e05909e9901ecd10159f (patch)
tree541ecfcc5238bc56a9ea4f03f4f1d4afa8a219de /arch/arm/mach-mx3/mach-mx31ads.c
parente134fb2b40ca7e2d96ba460b0c844c6a9fa489c3 (diff)
ARM: mx3: remove some useless comments
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx31ads.c')
-rw-r--r--arch/arm/mach-mx3/mach-mx31ads.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31ads.c b/arch/arm/mach-mx3/mach-mx31ads.c
index cb80b9638203..14e76711162f 100644
--- a/arch/arm/mach-mx3/mach-mx31ads.c
+++ b/arch/arm/mach-mx3/mach-mx31ads.c
@@ -69,9 +69,6 @@
69#define EXPIO_INT_XUART_INTB (MXC_EXP_IO_BASE + 11) 69#define EXPIO_INT_XUART_INTB (MXC_EXP_IO_BASE + 11)
70 70
71#define MXC_MAX_EXP_IO_LINES 16 71#define MXC_MAX_EXP_IO_LINES 16
72/*
73 * This file contains the board-specific initialization routines.
74 */
75 72
76/* 73/*
77 * The serial port definition structure. 74 * The serial port definition structure.
@@ -497,9 +494,7 @@ static void mxc_init_audio(void)
497 mxc_iomux_setup_multiple_pins(ssi_pins, ARRAY_SIZE(ssi_pins), "ssi"); 494 mxc_iomux_setup_multiple_pins(ssi_pins, ARRAY_SIZE(ssi_pins), "ssi");
498} 495}
499 496
500/*! 497/* static mappings */
501 * This structure defines static mappings for the i.MX31ADS board.
502 */
503static struct map_desc mx31ads_io_desc[] __initdata = { 498static struct map_desc mx31ads_io_desc[] __initdata = {
504 { 499 {
505 .virtual = MX31_CS4_BASE_ADDR_VIRT, 500 .virtual = MX31_CS4_BASE_ADDR_VIRT,
@@ -509,9 +504,6 @@ static struct map_desc mx31ads_io_desc[] __initdata = {
509 }, 504 },
510}; 505};
511 506
512/*!
513 * Set up static virtual mappings.
514 */
515static void __init mx31ads_map_io(void) 507static void __init mx31ads_map_io(void)
516{ 508{
517 mx31_map_io(); 509 mx31_map_io();
@@ -541,10 +533,6 @@ static struct sys_timer mx31ads_timer = {
541 .init = mx31ads_timer_init, 533 .init = mx31ads_timer_init,
542}; 534};
543 535
544/*
545 * The following uses standard kernel macros defined in arch.h in order to
546 * initialize __mach_desc_MX31ADS data structure.
547 */
548MACHINE_START(MX31ADS, "Freescale MX31ADS") 536MACHINE_START(MX31ADS, "Freescale MX31ADS")
549 /* Maintainer: Freescale Semiconductor, Inc. */ 537 /* Maintainer: Freescale Semiconductor, Inc. */
550 .boot_params = MX3x_PHYS_OFFSET + 0x100, 538 .boot_params = MX3x_PHYS_OFFSET + 0x100,