diff options
Diffstat (limited to 'board/olio/h1/h1.c')
| -rw-r--r-- | board/olio/h1/h1.c | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/board/olio/h1/h1.c b/board/olio/h1/h1.c index c266ceae6..e7ec2d975 100644 --- a/board/olio/h1/h1.c +++ b/board/olio/h1/h1.c @@ -14,13 +14,9 @@   * SPDX-License-Identifier:	GPL-2.0+   */  #include <common.h> -#ifdef CONFIG_STATUS_LED -#include <status_led.h> -#endif  #include <twl4030.h>  #include <linux/mtd/nand.h>  #include <asm/io.h> -#include <asm/arch/mmc_host_def.h>  #include <asm/arch/mux.h>  #include <asm/arch/mem.h>  #include <asm/arch/sys_proto.h> @@ -173,7 +169,6 @@ int misc_init_r(void)  	setenv("buddy", "none");  	twl4030_power_init(); -	twl4030_led_init(TWL4030_LED_LEDEN_LEDAON | TWL4030_LED_LEDEN_LEDBON);  	/* Set GPIO states before they are made outputs */  	writel(GPIO23 | GPIO10 | GPIO8 | GPIO2 | GPIO1, @@ -212,13 +207,6 @@ void set_muxconf_regs(void)  	MUX_BEAGLE();  } -#if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD) -int board_mmc_init(bd_t *bis) -{ -	return omap_mmc_init(0, 0, 0, -1, -1); -} -#endif -  #if defined(CONFIG_USB_EHCI) && !defined(CONFIG_SPL_BUILD)  /* Call usb_stop() before starting the kernel */  void show_boot_progress(int val) |