From 6c9be420e167ee7ce45c0309586f09ddab28ac15 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 30 Nov 2023 08:55:53 +0000 Subject: [PATCH] enable can1 --- 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