diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-08 16:11:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-09 09:51:28 -0400 |
commit | aca5cd27db72aa6e664dd4b517b5ed885e711b82 (patch) | |
tree | 67ecb154cc60708cc6af391412a8547f06c7e945 /configs/orangepi_plus_defconfig | |
parent | 16f416661ec5ffa46b3f879a0b83907bbec13714 (diff) | |
download | u-boot-aca5cd27db72aa6e664dd4b517b5ed885e711b82.tar.gz |
configs: Resync with savedefconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/orangepi_plus_defconfig')
-rw-r--r-- | configs/orangepi_plus_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/orangepi_plus_defconfig b/configs/orangepi_plus_defconfig index 5bb3bba89b..f2ed941a4d 100644 --- a/configs/orangepi_plus_defconfig +++ b/configs/orangepi_plus_defconfig @@ -4,10 +4,8 @@ CONFIG_MACH_SUN8I_H3=y CONFIG_DRAM_CLK=672 CONFIG_DRAM_ZQ=3881979 CONFIG_DRAM_ODT_EN=y -CONFIG_MMC0_CD_PIN="PF6" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_USB1_VBUS_PIN="PG13" -# CONFIG_VIDEO is not set CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-plus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y @@ -15,6 +13,6 @@ CONFIG_SYS_EXTRA_OPTIONS="SATAPWR=SUNXI_GPG(11),MACPWR=SUNXI_GPD(6)" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set +CONFIG_SUN8I_EMAC=y CONFIG_SY8106A_POWER=y CONFIG_USB_EHCI_HCD=y -CONFIG_SUN8I_EMAC=y |