mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Merge git://git.denx.de/u-boot-sunxi
This commit is contained in:
commit
0b6e5b2c48
5 changed files with 5 additions and 6 deletions
|
@ -24,7 +24,7 @@ void sdelay(unsigned long);
|
|||
void return_to_fel(uint32_t lr, uint32_t sp);
|
||||
|
||||
/* Board / SoC level designware gmac init */
|
||||
#if !defined CONFIG_SPL_BUILD && defined CONFIG_SUNXI_GMAC
|
||||
#if !defined CONFIG_SPL_BUILD && defined CONFIG_SUN7I_GMAC
|
||||
void eth_init_board(void);
|
||||
#else
|
||||
static inline void eth_init_board(void) {}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
obj-y += board.o
|
||||
obj-$(CONFIG_SUNXI_GMAC) += gmac.o
|
||||
obj-$(CONFIG_SUN7I_GMAC) += gmac.o
|
||||
ifndef CONFIG_SPL_BUILD
|
||||
obj-$(CONFIG_SUNXI_AHCI) += ahci.o
|
||||
endif
|
||||
|
|
|
@ -294,7 +294,7 @@ extern int soft_i2c_gpio_scl;
|
|||
#define CONFIG_MII /* MII PHY management */
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SUNXI_GMAC
|
||||
#ifdef CONFIG_SUN7I_GMAC
|
||||
#define CONFIG_PHY_ADDR 1
|
||||
#define CONFIG_MII /* MII PHY management */
|
||||
#define CONFIG_PHY_REALTEK
|
||||
|
|
|
@ -13,10 +13,10 @@ export LC_ALL=C LC_COLLATE=C
|
|||
# There are two independent greps. The first pulls out the component parts
|
||||
# of CONFIG_SYS_EXTRA_OPTIONS. An example is:
|
||||
#
|
||||
# SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8)
|
||||
# SUN7I_GMAC,AHCI,SATAPWR=SUNXI_GPB(8)
|
||||
#
|
||||
# We want this to produce:
|
||||
# CONFIG_SUNXI_GMAC
|
||||
# CONFIG_SUN7I_GMAC
|
||||
# CONFIG_AHCI
|
||||
# CONFIG_SATAPWR
|
||||
#
|
||||
|
|
|
@ -2307,7 +2307,6 @@ CONFIG_STV0991_HZ_CLOCK
|
|||
CONFIG_ST_SMI
|
||||
CONFIG_SUNXI_AHCI
|
||||
CONFIG_SUNXI_EMAC
|
||||
CONFIG_SUNXI_GMAC
|
||||
CONFIG_SUNXI_GPIO
|
||||
CONFIG_SUNXI_MAX_FB_SIZE
|
||||
CONFIG_SUNXI_USB_PHYS
|
||||
|
|
Loading…
Reference in a new issue