1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Drop CONFIG_WINBOND_83C553

This is not used in U-Boot. Drop this option and associated dead code.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-01-23 13:31:24 -07:00
committed by Tom Rini
parent 8f3086aaac
commit 37b499c43f
4 changed files with 0 additions and 222 deletions

View File

@@ -262,17 +262,6 @@ static int initr_pci(void)
}
#endif
#ifdef CONFIG_WINBOND_83C553
static int initr_w83c553f(void)
{
/*
* Initialise the ISA bridge
*/
initialise_w83c553f();
return 0;
}
#endif
static int initr_barrier(void)
{
#ifdef CONFIG_PPC
@@ -834,9 +823,6 @@ init_fnc_t init_sequence_r[] = {
*/
initr_pci,
#endif
#ifdef CONFIG_WINBOND_83C553
initr_w83c553f,
#endif
#ifdef CONFIG_ARCH_EARLY_INIT_R
arch_early_init_r,
#endif