From b39d2fce6b3a465bb396167cc60588aee8c971df Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 17 Jul 2019 09:51:13 -0700 Subject: [PATCH] linux: freedom-u540: Don't force command line arguments Allow u-boot to overwrite the command line arguments if the user wants to. Signed-off-by: Alistair Francis --- recipes-kernel/linux/files/freedom-u540/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/files/freedom-u540/defconfig b/recipes-kernel/linux/files/freedom-u540/defconfig index 9b579e0..6a9773a 100644 --- a/recipes-kernel/linux/files/freedom-u540/defconfig +++ b/recipes-kernel/linux/files/freedom-u540/defconfig @@ -13,7 +13,6 @@ CONFIG_EXPERT=y CONFIG_BPF_SYSCALL=y CONFIG_SMP=y CONFIG_CMDLINE="earlycon=sbi earlycon=sbi root=/dev/mmcblk0p3 rootwait console=ttySIF0 console=tty0" -CONFIG_CMDLINE_FORCE=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_BLK_DEV_ZONED=y