From 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 22 Nov 2023 01:08:11 +0000 Subject: [PATCH] add ip1811 driver --- u-boot/configs/rv1126-bat-spi-nor-tb.config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/u-boot/configs/rv1126-bat-spi-nor-tb.config b/u-boot/configs/rv1126-bat-spi-nor-tb.config index 699d8d0..997a6c2 100644 --- a/u-boot/configs/rv1126-bat-spi-nor-tb.config +++ b/u-boot/configs/rv1126-bat-spi-nor-tb.config @@ -2,6 +2,6 @@ # CONFIG_MMC is not set CONFIG_BASE_DEFCONFIG="rv1126-spi-nor-tb.config" CONFIG_DEFAULT_DEVICE_TREE="rv1126-bat-evb" -CONFIG_LOADER_INI="RV1126MINIALL_LP4_EMMC_TB.ini" +CONFIG_LOADER_INI="RV1126MINIALL_SPI_NOR_TB.ini" CONFIG_OF_LIST="rv1126-bat-evb" CONFIG_SPL_FIT_IMAGE_KB=320 -- Gitblit v1.6.2