bl33: uboot 2023 bringup [1/1]

PD#SWPL-105943

Problem:
uboot 2023 bringup on s4

Solution:
add s4 environment of uboot 2023

Verify:
compile pass on s4_ap222

Change-Id: I9f53a8413551bacf9dddf27e75224728c22cf1e7
Signed-off-by: Bo Lv <bo.lv@amlogic.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig
index b2d7598..a32abad 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1323,6 +1323,11 @@
 	help
 	  NAND support.
 
+config AML_STORAGE
+        bool "aml storage support"
+        help
+          storage cmd support
+
 if CMD_NAND
 config CMD_NAND_TRIMFFS
 	bool "nand write.trimffs"
@@ -2687,6 +2692,8 @@
 
 endmenu
 
+source "cmd/amlogic/Kconfig"
+
 config CMD_UBI
 	tristate "Enable UBI - Unsorted block images commands"
 	select MTD_UBI
@@ -2726,4 +2733,12 @@
 	  and is indicated using the index from enum bus_mode in
 	  include/mmc.h. A speed mode can be set only if it has already
 	  been enabled in the device tree.
+
+config CMD_INI
+        bool "support ini command"
+        depends on UNIFY_KEY_MANAGE && SECURE_STORAGE
+        default n
+        help
+          support ini command
+
 endmenu