From: Ladislav Michl Date: Sat, 1 Apr 2017 15:14:28 +0000 (+0200) Subject: ARM: am33xx: fix typo in spl.h X-Git-Tag: v2017.07-rc1~431 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df9f07fa3d5a4aedac366eadbee7055ee2c60698;p=oweals%2Fu-boot.git ARM: am33xx: fix typo in spl.h Signed-off-by: Ladislav Michl Tested-by: Pau Pajuelo --- 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