summaryrefslogtreecommitdiff
path: root/configs/mx6cuboxi_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-13 17:12:35 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commit4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807 (patch)
tree58b384ec316de3e870b82896fb9495dbef720f53 /configs/mx6cuboxi_defconfig
parentbab1b35c617a339da8f859bfea90ec304859b354 (diff)
Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_FS_LOAD_ARGS_NAME CONFIG_SPL_FS_LOAD_KERNEL_NAME CONFIG_SPL_FS_LOAD_PAYLOAD_NAME Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx6cuboxi_defconfig')
-rw-r--r--configs/mx6cuboxi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6cuboxi_defconfig b/configs/mx6cuboxi_defconfig
index b5bff66487..41122ade90 100644
--- a/configs/mx6cuboxi_defconfig
+++ b/configs/mx6cuboxi_defconfig
@@ -27,6 +27,7 @@ CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="if hdmidet; then usb start; setenv stdin serial,usbkbd; setenv stdout serial,vidconsole; setenv stderr serial,vidconsole; else setenv stdin serial; setenv stdout serial; setenv stderr serial; fi;"
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_FS_EXT4=y
+CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot-dtb.img"
CONFIG_SPL_I2C=y
CONFIG_SPL_WATCHDOG=y
CONFIG_SYS_MAXARGS=32