diff mbox

[U-Boot] AT91: Correct misspelling of "redundent" in partition names

Message ID alpine.LFD.2.20.1609010946200.18676@localhost.localdomain
State Awaiting Upstream
Delegated to: Andreas Bießmann
Headers show

Commit Message

Robert P. J. Day Sept. 1, 2016, 1:49 p.m. UTC
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  given that this misspelling is being used for partition names, i
won't treat it as a normal typo, so sending a separate patch just for
this.

Comments

Andreas Bießmann Oct. 16, 2016, 7:23 p.m. UTC | #1
On Thu, Sep 01, 2016 at 09:49:14AM -0400, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

Reviewed-by: Andreas Bießmann <andreas@biessmann.org>

> ---
> 
>   given that this misspelling is being used for partition names, i
> won't treat it as a normal typo, so sending a separate patch just for
> this.
> 
> diff --git a/include/configs/at91-sama5_common.h b/include/configs/at91-sama5_common.h
> index 051186d..3e55d13 100644
> --- a/include/configs/at91-sama5_common.h
> +++ b/include/configs/at91-sama5_common.h
> @@ -75,7 +75,7 @@
>  #define CONFIG_BOOTARGS							\
>  	"console=ttyS0,115200 earlyprintk "				\
>  	"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,"		\
> -	"256K(env),256k(env_redundent),256k(spare),"			\
> +	"256K(env),256k(env_redundant),256k(spare),"			\
>  	"512k(dtb),6M(kernel)ro,-(rootfs) "				\
>  	"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs"
> 
> diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
> index a383de6..0d24814 100644
> --- a/include/configs/at91sam9rlek.h
> +++ b/include/configs/at91sam9rlek.h
> @@ -152,7 +152,7 @@
>  #define CONFIG_BOOTARGS		\
>  				"console=ttyS0,115200 earlyprintk "				\
>  				"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,"		\
> -				"256K(env),256k(env_redundent),256k(spare),"			\
> +				"256K(env),256k(env_redundant),256k(spare),"			\
>  				"512k(dtb),6M(kernel)ro,-(rootfs) "				\
>  				"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs"
Andreas Bießmann Oct. 28, 2016, 4:49 p.m. UTC | #2
Dear "Robert P. J. Day",

Robert P. J. Day <rpjday@crashcourse.ca> writes:
>Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
>---
>
>  given that this misspelling is being used for partition names, i
>won't treat it as a normal typo, so sending a separate patch just for
>this.

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bießmann
diff mbox

Patch

diff --git a/include/configs/at91-sama5_common.h b/include/configs/at91-sama5_common.h
index 051186d..3e55d13 100644
--- a/include/configs/at91-sama5_common.h
+++ b/include/configs/at91-sama5_common.h
@@ -75,7 +75,7 @@ 
 #define CONFIG_BOOTARGS							\
 	"console=ttyS0,115200 earlyprintk "				\
 	"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,"		\
-	"256K(env),256k(env_redundent),256k(spare),"			\
+	"256K(env),256k(env_redundant),256k(spare),"			\
 	"512k(dtb),6M(kernel)ro,-(rootfs) "				\
 	"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs"

diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index a383de6..0d24814 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -152,7 +152,7 @@ 
 #define CONFIG_BOOTARGS		\
 				"console=ttyS0,115200 earlyprintk "				\
 				"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,"		\
-				"256K(env),256k(env_redundent),256k(spare),"			\
+				"256K(env),256k(env_redundant),256k(spare),"			\
 				"512k(dtb),6M(kernel)ro,-(rootfs) "				\
 				"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs"