From 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 20 Nov 2023 10:14:59 +0000
Subject: [PATCH] otg change to host

---
 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