diff options
author | Simon Glass | 2014-11-14 18:18:22 -0700 |
---|---|---|
committer | Simon Glass | 2014-11-25 06:33:59 -0700 |
commit | 65990d568074ad878cbc7e4eb1053508e3707cb6 (patch) | |
tree | 40b56e42143e8c071d7764c4994715a762a2d1eb /board/google | |
parent | e3bf4c759be1bf037818100e15af425d16822c29 (diff) |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/google/chromebook_link/link.c b/board/google/chromebook_link/link.c index 88cee052415..0a1ae6180f4 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# */ |