diff mbox

[U-Boot,1/7] ARM: am33xx: fix typo in spl.h

Message ID 20170401151428.iaf7p45ykzthq2n2@lenoch
State Accepted
Commit df9f07fa3d5a4aedac366eadbee7055ee2c60698
Delegated to: Tom Rini
Headers show

Commit Message

Ladislav Michl April 1, 2017, 3:14 p.m. UTC
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 arch/arm/include/asm/arch-am33xx/spl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pau Pajuelo April 6, 2017, 5:18 p.m. UTC | #1
Tested-by: Pau Pajuelo <ppajuel@gmail.com>

2017-04-01 17:14 GMT+02:00 Ladislav Michl <ladis@linux-mips.org>:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  arch/arm/include/asm/arch-am33xx/spl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
> index f744ab0782..9df7b4ac45 100644
> --- a/arch/arm/include/asm/arch-am33xx/spl.h
> +++ b/arch/arm/include/asm/arch-am33xx/spl.h
> @@ -28,7 +28,7 @@
>  #define BOOT_DEVICE_XIP                0x01
>  #define BOOT_DEVICE_XIPWAIT    0x02
>  #define BOOT_DEVICE_NAND       0x03
> -#define BOOT_DEVICE_ONENAD     0x04
> +#define BOOT_DEVICE_ONENAND    0x04
>  #define BOOT_DEVICE_MMC2       0x05 /* ROM only supports 2nd instance. */
>  #define BOOT_DEVICE_MMC1       0x06
>  #define BOOT_DEVICE_UART       0x43
> --
> 2.11.0
>
Tom Rini May 8, 2017, 7:39 p.m. UTC | #2
On Sat, Apr 01, 2017 at 05:14:28PM +0200, Ladislav Michl wrote:

> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Tested-by: Pau Pajuelo <ppajuel@gmail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h
index f744ab0782..9df7b4ac45 100644
--- a/arch/arm/include/asm/arch-am33xx/spl.h
+++ b/arch/arm/include/asm/arch-am33xx/spl.h
@@ -28,7 +28,7 @@ 
 #define BOOT_DEVICE_XIP		0x01
 #define BOOT_DEVICE_XIPWAIT	0x02
 #define BOOT_DEVICE_NAND	0x03
-#define BOOT_DEVICE_ONENAD	0x04
+#define BOOT_DEVICE_ONENAND	0x04
 #define BOOT_DEVICE_MMC2	0x05 /* ROM only supports 2nd instance. */
 #define BOOT_DEVICE_MMC1	0x06
 #define BOOT_DEVICE_UART	0x43