summaryrefslogtreecommitdiffstats
path: root/board/efi/efi-x86/efi.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:07:15 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:25 +0800
commit779653b0cbe3f634632bc4ecae1ce5df84638326 (patch)
tree332bce60f67d581f288ac05b9df16ab1acbbaa2e /board/efi/efi-x86/efi.c
parent15cf75ec15db3dd7f72fff340a5986dca5f9ad45 (diff)
downloadtalos-obmc-uboot-779653b0cbe3f634632bc4ecae1ce5df84638326.tar.gz
talos-obmc-uboot-779653b0cbe3f634632bc4ecae1ce5df84638326.zip
x86: Drop all the old pin configuration code
We don't need this anymore - we can use device tree and the new pinconfig driver instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/efi/efi-x86/efi.c')
-rw-r--r--board/efi/efi-x86/efi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/efi/efi-x86/efi.c b/board/efi/efi-x86/efi.c
index 08958f91f6..1fbe36a399 100644
--- a/board/efi/efi-x86/efi.c
+++ b/board/efi/efi-x86/efi.c
@@ -11,8 +11,3 @@ int arch_early_init_r(void)
{
return 0;
}
-
-void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio)
-{
- return;
-}
OpenPOWER on IntegriCloud