ath79: widen RedBoot directory search and add PHY
authorDaniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Wed, 26 Jun 2019 19:56:47 +0000 (12:56 -0700)
committerPetr Štetiar <ynezz@true.cz>
Wed, 17 Jul 2019 20:59:29 +0000 (22:59 +0200)
The Bluesocket BSAP1880 board has a Vitesse PHY, for which the driver was
not being included, and its RedBoot directory block is earlier in the
flash than the search was allowing. This commit prepares for supporting it.

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
target/linux/ath79/generic/config-default

index 313ab8604bd0096b47484c2e990373c6c13cfc2a..5d91b31af772bf82efd49d98b7fdf9897ee7d1f6 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_LEDS_RESET=y
 CONFIG_MARVELL_PHY=y
 CONFIG_MICREL_PHY=y
 CONFIG_MTD_REDBOOT_PARTS=y
-CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2
+CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-3
 CONFIG_MTD_SPLIT_EVA_FW=y
 CONFIG_OF_ADDRESS_PCI=y
 CONFIG_OF_PCI=y
@@ -26,4 +26,5 @@ CONFIG_RTL8366RB_PHY=y
 CONFIG_RTL8366S_PHY=y
 CONFIG_RTL8366_SMI=y
 CONFIG_RTL8367_PHY=y
+CONFIG_VITESSE_PHY=y
 CONFIG_WATCHDOG_CORE=y