From 3549466e55bb3aa408fd245ebf6f67de9a7f7c63 Mon Sep 17 00:00:00 2001 From: Codrin Ciubotariu Date: Tue, 21 Aug 2018 15:46:06 +0300 Subject: configs: sama5d27_som1_ek: Set CONFIG_BOOTARGS using Kconfig CONFIG_BOOTARGS can be set using Kconfig, so we no longer need it in the config files. Signed-off-by: Codrin Ciubotariu --- include/configs/sama5d27_som1_ek.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/sama5d27_som1_ek.h b/include/configs/sama5d27_som1_ek.h index ef1a6f966f..6382a015d0 100644 --- a/include/configs/sama5d27_som1_ek.h +++ b/include/configs/sama5d27_som1_ek.h @@ -41,9 +41,6 @@ #define CONFIG_BOOTCOMMAND "fatload mmc 0:1 0x21000000 at91-sama5d27_som1_ek.dtb; " \ "fatload mmc 0:1 0x22000000 zImage; " \ "bootz 0x22000000 - 0x21000000" -#undef CONFIG_BOOTARGS -#define CONFIG_BOOTARGS \ - "console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootwait" #endif #ifdef CONFIG_QSPI_BOOT -- cgit