aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCodrin Ciubotariu2018-08-21 15:46:06 +0300
committerTom Rini2018-09-25 21:49:18 -0400
commit3549466e55bb3aa408fd245ebf6f67de9a7f7c63 (patch)
tree5c11d13e124b2b60e5888cf52561e9f2b18e7919 /include
parentf97bf157c5fab330b2b3136d5ce908fe965d8e40 (diff)
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 <codrin.ciubotariu@microchip.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sama5d27_som1_ek.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sama5d27_som1_ek.h b/include/configs/sama5d27_som1_ek.h
index ef1a6f966ff..6382a015d0d 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