Merge git://git.denx.de/u-boot-sunxi
[oweals/u-boot.git] / include / configs / sama5d2_xplained.h
index 72beb25304026a362a047817573b505c7a278fcf..9ceb91924dd362cf6a80e6aa7deb15f0522f405f 100644 (file)
@@ -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