summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/board-omap3h1.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c
index 8697bcea5af..0fd78f1b3a4 100644
--- a/arch/arm/mach-omap2/board-omap3h1.c
+++ b/arch/arm/mach-omap2/board-omap3h1.c
@@ -117,7 +117,7 @@ static struct mtd_partition omap3h1_nand_partitions[] = {
.size = 80 * NAND_BLOCK_SIZE,
},
{
- .name = "ramdisk",
+ .name = "devicetree",
.offset = MTDPART_OFS_APPEND, /* Offset = 0x1180000 */
.size = 40 * NAND_BLOCK_SIZE,
},
@@ -1073,11 +1073,6 @@ static void __init omap3_h1_init(void)
platform_add_devices(omap3h1_devices, ARRAY_SIZE(omap3h1_devices));
- /* TODO: The display only coming on on second boot and on may be
- * related to the display init happening before many other things
- * on the board. --mfj
- */
-
omap_display_init(&omap3h1_dss_data);
usb_bind_phy("musb-hdrc.0.auto", 0, "nop_usb_xceiv"); /* "tusb-usb-h1" */