diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index 5df2c32bde1..3bbf0fe3c08 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -123,7 +123,10 @@ #undef CONFIG_BOOTARGS #define CONFIG_BOOTARGS \ "console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p2 rw rootwait" - +#else +#undef CONFIG_BOOTARGS +#define CONFIG_BOOTARGS \ + "console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p1 rw rootwait" #endif /* SPL */