From 151fecfb72a0d602dfe79790602ef64b4e241574 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 01:51:07 +0000 Subject: [PATCH] export RK_PA3 --- 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