From 2733ad5585cf3a40c30fb149f5477ff2c4b3d07f Mon Sep 17 00:00:00 2001 From: payton Date: Mon, 6 Nov 2023 10:00:48 +0800 Subject: [PATCH] =?UTF-8?q?1.uboot=E6=98=BE=E7=A4=BA=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BSP/u-boot/.gitignore | 5 ++++- BSP/u-boot/configs/nvt-na51089_nor_defconfig | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BSP/u-boot/.gitignore b/BSP/u-boot/.gitignore index 54d925ce1..babf96d9c 100644 --- a/BSP/u-boot/.gitignore +++ b/BSP/u-boot/.gitignore @@ -41,4 +41,7 @@ u-boot.cfg u-boot.lds u-boot.lz.bin u-boot.lzma.bin -u-boot.srec \ No newline at end of file +u-boot.srec +include/bmp_logo.h +include/bmp_logo_data.h +tools/bmp_logo \ No newline at end of file diff --git a/BSP/u-boot/configs/nvt-na51089_nor_defconfig b/BSP/u-boot/configs/nvt-na51089_nor_defconfig index 06e2c9ef8..446d94fce 100644 --- a/BSP/u-boot/configs/nvt-na51089_nor_defconfig +++ b/BSP/u-boot/configs/nvt-na51089_nor_defconfig @@ -178,7 +178,8 @@ CONFIG_NVT_IVOT_DEBUG_LEVEL=7 # CONFIG_NVT_IVOT_OPTEE_SUPPORT is not set # CONFIG_NVT_IVOT_TZPC_SUPPORT is not set # CONFIG_NVT_IVOT_DDR_RANGE_SCAN_SUPPORT is not set -# CONFIG_VIDEO_LOGO is not set +CONFIG_VIDEO_LOGO=y +CONFIG_NVT_DISPLAY_BAR_FWUPDATE=y # CONFIG_NVT_IVOT_CRYPTO_CMD is not set # CONFIG_NVT_IVOT_HASH_CMD is not set # CONFIG_NVT_IVOT_RSA_CMD is not set