summaryrefslogtreecommitdiff
path: root/board/olio/h1/h1.c
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2014-01-28 20:39:09 -0800
committerEvan Wilson <evan@oliodevices.com>2014-04-03 15:11:02 -0700
commit04b26d9ec2fd0c8e0009e8ee9df1600e6acd9587 (patch)
tree9a2f033a61308a75e98656f07f10874ee3fd9e3b /board/olio/h1/h1.c
parentd1c44b70943758d52127f47719d99ba394aae5ec (diff)
downloadolio-uboot-2014.01-04b26d9ec2fd0c8e0009e8ee9df1600e6acd9587.tar.xz
olio-uboot-2014.01-04b26d9ec2fd0c8e0009e8ee9df1600e6acd9587.zip
Removed LED and MMC support
Diffstat (limited to 'board/olio/h1/h1.c')
-rw-r--r--board/olio/h1/h1.c12
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)