ethernet: stm32: remove phy init and config from HAL_ETH_Init the phy is already configured by the phy driver in zephyr and we don't want to overwrite it in the HAL_ETH_Init function in the stm32 HAL. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>