mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM64: zynqmp: Do not setup DM_ETH/GPIO/MMC by default for all boards
There are mini configurations which need to be fit to OCM that's why these options shouldn't be enabled by default. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
4521202760
commit
885581a56b
2 changed files with 2 additions and 2 deletions
|
@ -591,8 +591,6 @@ config ARCH_ZYNQMP
|
|||
select ARM64
|
||||
select DM
|
||||
select OF_CONTROL
|
||||
select DM_ETH
|
||||
select DM_MMC
|
||||
select DM_SERIAL
|
||||
|
||||
config TEGRA
|
||||
|
|
|
@ -26,8 +26,10 @@ CONFIG_CMD_TIME=y
|
|||
CONFIG_CMD_TIMER=y
|
||||
CONFIG_OF_EMBED=y
|
||||
CONFIG_NET_RANDOM_ETHADDR=y
|
||||
CONFIG_DM_MMC=y
|
||||
CONFIG_ZYNQ_SDHCI=y
|
||||
CONFIG_NAND_ARASAN=y
|
||||
CONFIG_DM_ETH=y
|
||||
CONFIG_ZYNQ_GEM=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_GADGET=y
|
||||
|
|
Loading…
Add table
Reference in a new issue