summaryrefslogtreecommitdiffstats
path: root/board/google
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 18:18:22 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 06:33:59 -0700
commit65990d568074ad878cbc7e4eb1053508e3707cb6 (patch)
tree40b56e42143e8c071d7764c4994715a762a2d1eb /board/google
parente3bf4c759be1bf037818100e15af425d16822c29 (diff)
downloadtalos-obmc-uboot-65990d568074ad878cbc7e4eb1053508e3707cb6.tar.gz
talos-obmc-uboot-65990d568074ad878cbc7e4eb1053508e3707cb6.zip
x86: Remove board_early_init_r()
This function is not needed. Remove it to improve the generic init sequence slightly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/google')
-rw-r--r--board/google/chromebook_link/link.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/google/chromebook_link/link.c b/board/google/chromebook_link/link.c
index 88cee05241..0a1ae6180f 100644
--- a/board/google/chromebook_link/link.c
+++ b/board/google/chromebook_link/link.c
@@ -12,11 +12,6 @@ int arch_early_init_r(void)
return 0;
}
-int board_early_init_r(void)
-{
- return 0;
-}
-
static const struct pch_gpio_set1 pch_gpio_set1_mode = {
.gpio0 = GPIO_MODE_GPIO, /* NMI_DBG# */
.gpio3 = GPIO_MODE_GPIO, /* ALS_INT# */
OpenPOWER on IntegriCloud