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

ARM: am33xx: define BOOT_DEVICE_ONENAND


am33xx does not support OneNAND, but we need this define anyway
to let UBI SPL code compile.

Signed-off-by: default avatarLadislav Michl <ladis@linux-mips.org>
Tested-by: default avatarPau Pajuelo <ppajuel@gmail.com>
parent df9f07fa
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@
#define BOOT_DEVICE_UART 0x41
#define BOOT_DEVICE_USBETH 0x44
#define BOOT_DEVICE_CPGMAC 0x46
#define BOOT_DEVICE_ONENAND 0xFF /* ROM does not support OneNAND. */
#define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1
#define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2
......
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