From 89281ea41721b3027e14d66c19f2dbb4d11847d3 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:24:14 +0000 Subject: [PATCH] build rk3568 uboot --- u-boot/configs/rv1126-ipc.config | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/u-boot/configs/rv1126-ipc.config b/u-boot/configs/rv1126-ipc.config index 4ab7a51..d4457a0 100644 --- a/u-boot/configs/rv1126-ipc.config +++ b/u-boot/configs/rv1126-ipc.config @@ -4,9 +4,11 @@ # CONFIG_EFI_PARTITION is not set CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip ethaddr" CONFIG_ENVF=y +CONFIG_ENV_PARTITION=y CONFIG_LOADER_INI="RV1126MINIALL_IPC.ini" # CONFIG_SPL_EFI_PARTITION is not set CONFIG_SPL_ENVF=y +CONFIG_SPL_ENV_PARTITION=y CONFIG_NETDEVICES=y CONFIG_GMAC_ROCKCHIP=y CONFIG_DWC_ETH_QOS=y -- Gitblit v1.6.2