mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

It seems that every remaining system which enables BITBANGMII also enables BITBANGMII_MULTI . Remove the BITBANGMII_MULTI symbol and assume it is always enabled. This allows removal of a bit of legacy code. No functional change intended. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
22 lines
678 B
Text
22 lines
678 B
Text
#include <configs/renesas_rcar4.config>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_RENESAS=y
|
|
CONFIG_RCAR_GEN4=y
|
|
CONFIG_ENV_SIZE=0x20000
|
|
CONFIG_ENV_OFFSET=0xFFFE0000
|
|
CONFIG_DEFAULT_DEVICE_TREE="renesas/r8a779h0-gray-hawk-single"
|
|
CONFIG_TARGET_GRAYHAWK=y
|
|
CONFIG_SYS_CLK_FREQ=16666666
|
|
CONFIG_SYS_BOOT_GET_CMDLINE=y
|
|
CONFIG_SYS_BARGSIZE=2048
|
|
CONFIG_BOOTCOMMAND="tftp 0x48080000 Image && tftp 0x48000000 Image-r8a779h0-gray-hawk.dtb && booti 0x48080000 - 0x48000000"
|
|
CONFIG_DEFAULT_FDT_FILE="r8a779h0-gray-hawk.dtb"
|
|
CONFIG_SYS_CBSIZE=2048
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_SYS_MMC_ENV_PART=2
|
|
CONFIG_BITBANGMII=y
|
|
CONFIG_PHY_MICREL=y
|
|
CONFIG_PHY_MICREL_KSZ90X1=y
|
|
CONFIG_RENESAS_RAVB=y
|
|
CONFIG_BAUDRATE=921600
|