Re: [U-Boot] [PATCH 4/4] phylib: Don't re-define CONFIG_PHY_MARVELL

2018-03-28 Thread Joe Hershberger
On Wed, Mar 28, 2018 at 7:38 AM, Mario Six wrote: > For certain boards, having CONFIG_PHY_MARVELL in the defconfig will > result in a redefinition warning, because it is also defined in > config_phylib_all_drivers.h. > > Add a check to stop this redefinition, but keep it for those boards that > st

[U-Boot] [PATCH 4/4] phylib: Don't re-define CONFIG_PHY_MARVELL

2018-03-28 Thread Mario Six
For certain boards, having CONFIG_PHY_MARVELL in the defconfig will result in a redefinition warning, because it is also defined in config_phylib_all_drivers.h. Add a check to stop this redefinition, but keep it for those boards that still don't have it in their defconfig. Signed-off-by: Mario Si