diff mbox series

[U-Boot,v4,2/3] rockchip: rk3399: Enable CONFIG_MISC_INIT_R for the Rock PI 4

Message ID 20190812150436.7079-2-rohan.garg@collabora.com
State Accepted
Delegated to: Kever Yang
Headers show
Series [U-Boot,v4,1/3] rockchip: rk3399: derive ethaddr from cpuid | expand

Commit Message

Rohan Garg Aug. 12, 2019, 3:04 p.m. UTC
This enables us to set a static MAC address

Signed-off-by: Rohan Garg <rohan.garg@collabora.com>
---

 configs/rock-pi-4-rk3399_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Kever Yang Aug. 23, 2019, 9:36 a.m. UTC | #1
On 2019/8/12 下午11:04, Rohan Garg wrote:
> 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>

Thanks,
- Kever
> ---
>
>   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 14ae39a561..602be5a928 100644
> --- a/configs/rock-pi-4-rk3399_defconfig
> +++ b/configs/rock-pi-4-rk3399_defconfig
> @@ -56,3 +56,4 @@ CONFIG_USB_ETHER_SMSC95XX=y
>   CONFIG_USE_TINY_PRINTF=y
>   CONFIG_SPL_TINY_MEMSET=y
>   CONFIG_ERRNO_STR=y
> +CONFIG_MISC_INIT_R=y
diff mbox series

Patch

diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig
index 14ae39a561..602be5a928 100644
--- a/configs/rock-pi-4-rk3399_defconfig
+++ b/configs/rock-pi-4-rk3399_defconfig
@@ -56,3 +56,4 @@  CONFIG_USB_ETHER_SMSC95XX=y
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_SPL_TINY_MEMSET=y
 CONFIG_ERRNO_STR=y
+CONFIG_MISC_INIT_R=y