diff --git a/u-boot-config b/u-boot-config
index ed3689dd9057556069ad7c45965291fa07c1207d..7469704c02a127ea2272650549d1bceb89dda31c 100644
--- a/u-boot-config
+++ b/u-boot-config
@@ -401,7 +401,8 @@ CONFIG_BOOTDELAY=2
 # Image support
 #
 # CONFIG_IMAGE_PRE_LOAD is not set
-# CONFIG_USE_BOOTARGS is not set
+CONFIG_USE_BOOTARGS=y
+CONFIG_BOOTARGS="console=tty1 ro no_console_suspend cma=512M@3G console=ttyS0,115200 iommu.passthrough=1 arm-smmu.disable_bypass=0"
 # CONFIG_BOOTARGS_SUBST is not set
 CONFIG_USE_BOOTCOMMAND=y
 CONFIG_BOOTCOMMAND="run distro_bootcmd"