summaryrefslogtreecommitdiff
path: root/include/configs/sama5d2_icp.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-17 02:06:12 +0300
committerTom Rini <trini@konsulko.com>2020-06-26 17:29:05 +0300
commit44a666a84823e7f4deaed63b40a5816ee0aca165 (patch)
tree049e2ced4dfacc3063207ce6909e823779607501 /include/configs/sama5d2_icp.h
parenteabbf801c643baaf4e6bcb0590bdfec9ec0e2134 (diff)
downloadu-boot-44a666a84823e7f4deaed63b40a5816ee0aca165.tar.xz
Convert CONFIG_BOOTARGS to Kconfig
This converts the following to Kconfig: CONFIG_BOOTARGS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sama5d2_icp.h')
-rw-r--r--include/configs/sama5d2_icp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sama5d2_icp.h b/include/configs/sama5d2_icp.h
index 2d1ba757fe..7d6886ea73 100644
--- a/include/configs/sama5d2_icp.h
+++ b/include/configs/sama5d2_icp.h
@@ -44,9 +44,6 @@
#define CONFIG_BOOTCOMMAND "fatload mmc 0:1 0x21000000 at91-sama5d2_icp.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
/* SPL */