From 015c3fbad9812776c13f9163ca3d1b3a0c51edf2 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Mon, 12 Aug 2019 17:04:35 +0200 Subject: [PATCH] rockchip: rk3399: Enable CONFIG_MISC_INIT_R for the Rock PI 4 This enables us to set a static MAC address Signed-off-by: Rohan Garg Reviewed-by: Kever Yang --- configs/rock-pi-4-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig index 14d115b..91e60da 100644 --- a/configs/rock-pi-4-rk3399_defconfig +++ b/configs/rock-pi-4-rk3399_defconfig @@ -56,3 +56,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y +CONFIG_MISC_INIT_R=y -- 2.7.4