diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-12 05:07:15 (GMT) |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 02:27:25 (GMT) |
commit | 779653b0cbe3f634632bc4ecae1ce5df84638326 (patch) | |
tree | 332bce60f67d581f288ac05b9df16ab1acbbaa2e /board/intel/crownbay | |
parent | 15cf75ec15db3dd7f72fff340a5986dca5f9ad45 (diff) | |
download | u-boot-779653b0cbe3f634632bc4ecae1ce5df84638326.tar.xz |
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/intel/crownbay')
-rw-r--r-- | board/intel/crownbay/crownbay.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/intel/crownbay/crownbay.c b/board/intel/crownbay/crownbay.c index 3a79e69..562d6d1 100644 --- a/board/intel/crownbay/crownbay.c +++ b/board/intel/crownbay/crownbay.c @@ -18,8 +18,3 @@ int board_early_init_f(void) return 0; } - -void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio) -{ - return; -} |