From a8ca5c8adb3efe892982389aae8b2a234939a588 Mon Sep 17 00:00:00 2001
From: Mario Six <mario.six@gdsys.cc>
Date: Fri, 27 Apr 2018 14:52:21 +0200
Subject: treewide: Move CONFIG_PHY_MARVELL to Kconfig

The CONFIG_PHY_MARVELL has already been migrated to Kconfig (some boards
already had it in their Kconfig), but had not been moved for older
boards.

Move it to the defconfigs for all boards.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
---
 include/configs/db-88f6820-gp.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'include/configs/db-88f6820-gp.h')

diff --git a/include/configs/db-88f6820-gp.h b/include/configs/db-88f6820-gp.h
index c37182dd30..ac810b0cbc 100644
--- a/include/configs/db-88f6820-gp.h
+++ b/include/configs/db-88f6820-gp.h
@@ -54,7 +54,6 @@
 #define CONFIG_ENV_SIZE			(64 << 10) /* 64KiB */
 #define CONFIG_ENV_SECT_SIZE		(256 << 10) /* 256KiB sectors */
 
-#define CONFIG_PHY_MARVELL		/* there is a marvell phy */
 #define PHY_ANEG_TIMEOUT	8000	/* PHY needs a longer aneg time */
 
 /* PCIe support */
-- 
cgit v1.2.1