Skip to content
Snippets Groups Projects
Commit df9f07fa authored by Ladislav Michl's avatar Ladislav Michl Committed by Tom Rini
Browse files

ARM: am33xx: fix typo in spl.h

parent fddd70ef
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#define BOOT_DEVICE_XIP 0x01 #define BOOT_DEVICE_XIP 0x01
#define BOOT_DEVICE_XIPWAIT 0x02 #define BOOT_DEVICE_XIPWAIT 0x02
#define BOOT_DEVICE_NAND 0x03 #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_MMC2 0x05 /* ROM only supports 2nd instance. */
#define BOOT_DEVICE_MMC1 0x06 #define BOOT_DEVICE_MMC1 0x06
#define BOOT_DEVICE_UART 0x43 #define BOOT_DEVICE_UART 0x43
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment