Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 122512f

Browse files
authored
Update add-new-board-tb-ls3399-dts.patch
1 parent cba6715 commit 122512f

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

addboard/userpatches/u-boot/u-boot-rockchip64/add-new-board-tb-ls3399-dts.patch

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ diff --git a/configs/tb-ls3399-rk3399_defconfig b/configs/tb-ls3399-rk3399_defco
423423
new file mode 100644
424424
--- /dev/null
425425
+++ b/configs/tb-ls3399-rk3399_defconfig
426-
@@ -0,0 +1,146 @@
426+
@@ -0,0 +1,148 @@
427427
+CONFIG_ARM=y
428428
+CONFIG_ARCH_ROCKCHIP=y
429429
+CONFIG_SYS_TEXT_BASE=0x00200000
@@ -436,14 +436,15 @@ new file mode 100644
436436
+CONFIG_DEFAULT_DEVICE_TREE="rk3399-tb-ls3399"
437437
+CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-tb-ls3399.dtb"
438438
+CONFIG_DEBUG_UART=y
439-
+CONFIG_FIT=y
440-
+CONFIG_SPL_LOAD_FIT=y
441-
+# CONFIG_SPL_SYS_DCACHE_OFF is not set
439+
+# CONFIG_FIT is not set
440+
+# CONFIG_SPL_LOAD_FIT is not set
441+
+# CONFIG_OF_CONTROL is not set
442+
+# CONFIG_OF_LIVE is not set
442443
+CONFIG_BOOTDELAY=0
443444
+CONFIG_SYS_CONSOLE_INFO_QUIET=y
444445
+# CONFIG_DISPLAY_CPUINFO is not set
445-
+CONFIG_ANDROID_BOOTLOADER=y
446-
+CONFIG_ANDROID_AVB=y
446+
+# CONFIG_ANDROID_BOOTLOADER is not set
447+
+# CONFIG_ANDROID_AVB is not set
447448
+# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
448449
+# CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set
449450
+CONFIG_SPL_STACK_R=y
@@ -459,7 +460,7 @@ new file mode 100644
459460
+CONFIG_FASTBOOT_FLASH_MMC_DEV=0
460461
+CONFIG_CMD_BOOTZ=y
461462
+# CONFIG_CMD_BOOTEFI_HELLO_COMPILE is not set
462-
+CONFIG_CMD_DTIMG=y
463+
+# CONFIG_CMD_DTIMG is not set
463464
+# CONFIG_CMD_ELF is not set
464465
+# CONFIG_CMD_IMI is not set
465466
+# CONFIG_CMD_IMLS is not set
@@ -471,7 +472,7 @@ new file mode 100644
471472
+CONFIG_CMD_GPT=y
472473
+# CONFIG_CMD_LOADB is not set
473474
+# CONFIG_CMD_LOADS is not set
474-
+CONFIG_CMD_BOOT_ANDROID=y
475+
+# CONFIG_CMD_BOOT_ANDROID is not set
475476
+CONFIG_CMD_BOOT_ROCKCHIP=y
476477
+CONFIG_CMD_MMC=y
477478
+CONFIG_CMD_USB=y
@@ -483,8 +484,8 @@ new file mode 100644
483484
+# CONFIG_ISO_PARTITION is not set
484485
+CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64
485486
+CONFIG_RKPARM_PARTITION=y
486-
+CONFIG_SPL_OF_CONTROL=y
487-
+CONFIG_OF_LIVE=y
487+
+CONFIG_SPL_OF_CONTROL=n
488+
+CONFIG_OF_LIVE=n
488489
+CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
489490
+# CONFIG_NET_TFTP_VARS is not set
490491
+CONFIG_REGMAP=y
@@ -562,11 +563,11 @@ new file mode 100644
562563
+CONFIG_LIB_RAND=y
563564
+CONFIG_SPL_TINY_MEMSET=y
564565
+CONFIG_ERRNO_STR=y
565-
+CONFIG_AVB_LIBAVB=y
566-
+CONFIG_AVB_LIBAVB_AB=y
567-
+CONFIG_AVB_LIBAVB_ATX=y
568-
+CONFIG_AVB_LIBAVB_USER=y
569-
+CONFIG_RK_AVB_LIBAVB_USER=y
570-
+CONFIG_OPTEE_CLIENT=y
571-
+CONFIG_OPTEE_V1=y
566+
+# CONFIG_AVB_LIBAVB is not set
567+
+# CONFIG_AVB_LIBAVB_AB is not set
568+
+# CONFIG_AVB_LIBAVB_ATX is not set
569+
+# CONFIG_AVB_LIBAVB_USER is not set
570+
+# CONFIG_RK_AVB_LIBAVB_USER is not set
571+
+# CONFIG_OPTEE_CLIENT is not set
572+
+# CONFIG_OPTEE_V1 is not set
572573
+CONFIG_TEST_ROCKCHIP=y

0 commit comments

Comments
 (0)