summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/spl.h')
-rw-r--r--arch/x86/include/asm/spl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/include/asm/spl.h b/arch/x86/include/asm/spl.h
index 27432b2897..1bef4877eb 100644
--- a/arch/x86/include/asm/spl.h
+++ b/arch/x86/include/asm/spl.h
@@ -10,8 +10,7 @@
#define CONFIG_SPL_BOARD_LOAD_IMAGE
enum {
- BOOT_DEVICE_SPI = 10,
- BOOT_DEVICE_BOARD,
+ BOOT_DEVICE_SPI_MMAP = 10,
BOOT_DEVICE_CROS_VBOOT,
};