diff options
| author | Rohan Garg <[email protected]> | 2019-08-12 17:04:35 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-08-23 18:15:31 +0800 |
| commit | 015c3fbad9812776c13f9163ca3d1b3a0c51edf2 (patch) | |
| tree | 5bc0376e42b1e3f2d35ee7d80d086c7fc6bca2b4 | |
| parent | 04825384999f81c08e820fe380e95b6325352a6d (diff) | |
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | configs/rock-pi-4-rk3399_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig index 14d115bab20..91e60da8037 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 |
