mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-29 01:14:45 +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>
4 lines
85 B
Text
4 lines
85 B
Text
#include <configs/renesas_rcar64.config>
|
|
|
|
CONFIG_BITBANGMII=y
|
|
CONFIG_SYS_PBSIZE=2068
|