diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-28 02:22:38 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-09 07:48:03 -0600 |
commit | 5bc60d5a44d8603923784b5cee400b6dbf2624c6 (patch) | |
tree | 640847f924ff0980b4e64a162002cba3308d67ef /arch/x86 | |
parent | 98c845f2d5fd99e4d5a31e15fd0c06fb45213f02 (diff) | |
download | u-boot-imx-5bc60d5a44d8603923784b5cee400b6dbf2624c6.zip u-boot-imx-5bc60d5a44d8603923784b5cee400b6dbf2624c6.tar.gz u-boot-imx-5bc60d5a44d8603923784b5cee400b6dbf2624c6.tar.bz2 |
x86: coreboot: Convert to use more dm drivers
Move to driver model for RTC, USB and ETH on coreboot.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/cpu/coreboot/coreboot.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/cpu/coreboot/coreboot.c b/arch/x86/cpu/coreboot/coreboot.c index 0e9f15f..845f86a 100644 --- a/arch/x86/cpu/coreboot/coreboot.c +++ b/arch/x86/cpu/coreboot/coreboot.c @@ -8,7 +8,6 @@ #include <common.h> #include <fdtdec.h> -#include <netdev.h> #include <asm/io.h> #include <asm/msr.h> #include <asm/mtrr.h> @@ -48,11 +47,6 @@ int last_stage_init(void) return 0; } -int board_eth_init(bd_t *bis) -{ - return pci_eth_init(bis); -} - void board_final_cleanup(void) { /* |