diff options
author | Rohan Garg <rohan.garg@collabora.com> | 2019-08-12 17:04:35 +0200 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-08-23 18:15:31 +0800 |
commit | 015c3fbad9812776c13f9163ca3d1b3a0c51edf2 (patch) | |
tree | 5bc0376e42b1e3f2d35ee7d80d086c7fc6bca2b4 /configs/rock-pi-4-rk3399_defconfig | |
parent | 04825384999f81c08e820fe380e95b6325352a6d (diff) | |
download | u-boot-015c3fbad9812776c13f9163ca3d1b3a0c51edf2.tar.gz |
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 <rohan.garg@collabora.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/rock-pi-4-rk3399_defconfig')
-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 14d115bab2..91e60da803 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 |