There's not currently any network support on the rock but the minor network config still triggers the DM_ETH warning even though there's no even a USB network interface so lets disable network support to mitigate the warning.
Signed-off-by: Peter Robinson <pbrobin...@gmail.com> Cc: Heiko Stuebner <he...@sntech.de> --- configs/rock_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rock_defconfig b/configs/rock_defconfig index cf23a10455..63a9b5c05a 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -39,6 +39,7 @@ CONFIG_SYSCON=y CONFIG_CLK=y CONFIG_ROCKCHIP_GPIO=y CONFIG_SYS_I2C_ROCKCHIP=y +# CONFIG_NET is not set CONFIG_LED=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y -- 2.31.1