ARM: am33xx: fix typo in spl.h
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Tested-by: Pau Pajuelo <ppajuel@gmail.com>
This commit is contained in:
		
							parent
							
								
									fddd70ef37
								
							
						
					
					
						commit
						df9f07fa3d
					
				|  | @ -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 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue