diff options
author | Sam Protsenko | 2017-08-14 20:22:17 +0300 |
---|---|---|
committer | Tom Rini | 2017-08-14 17:06:06 -0400 |
commit | 5abc1a4523a5509ce37bc3ec818b660a48f4eafd (patch) | |
tree | a66f3c175919f8228f60e60a821e4a3fce3ede0c /include/configs/sama5d2_xplained.h | |
parent | aa6aaf93211b7e22361e75f1068e1e565e731f25 (diff) |
common: Move CONFIG_BOOTARGS to Kconfig
Also introduce CONFIG_USE_BOOTARGS option so we can control if
CONFIG_BOOTARGS defined at all.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
[trini: Resync r8a779[56]_ulcb, various ls10xx targets]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sama5d2_xplained.h')
-rw-r--r-- | include/configs/sama5d2_xplained.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index 72beb253040..9ceb91924dd 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -59,9 +59,6 @@ #define CONFIG_BOOTCOMMAND "fatload mmc 1:1 0x21000000 at91-sama5d2_xplained.dtb; " \ "fatload mmc 1:1 0x22000000 zImage; " \ "bootz 0x22000000 - 0x21000000" -#undef CONFIG_BOOTARGS -#define CONFIG_BOOTARGS \ - "console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p2 rw rootwait" #endif |