From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:23:06 +0000 Subject: [PATCH] rk3568 rt uboot init --- u-boot/cmd/Kconfig | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/u-boot/cmd/Kconfig b/u-boot/cmd/Kconfig index 8273ed1..1efdeae 100644 --- a/u-boot/cmd/Kconfig +++ b/u-boot/cmd/Kconfig @@ -1020,6 +1020,13 @@ This provides various sub-commands to initialise and configure the Turndra tsi148 device. See the command help for full details. +config CMD_UFS + bool "Enable UFS - Universal Flash Subsystem commands" + depends on UFS + help + "This provides commands to initialise and configure universal flash + subsystem devices" + config CMD_UNIVERSE bool "universe - Command to set up the Turndra Universe controller" help @@ -1181,15 +1188,7 @@ endmenu -config CMD_MEMTESTER - bool "Enable memtester for ddr" - help - This enables memtester for ddr. - -config CMD_DDR_TEST_TOOL - bool "Enable ddr test tool" - help - This enable ddr test tool code. +source "cmd/ddr_tool/Kconfig" menu "Misc commands" -- Gitblit v1.6.2