projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
arm: atmel: sama5d3: add spi spl boot support
[u-boot.git]
/
arch
/
arm
/
include
/
asm
/
arch-at91
/
spl.h
diff --git
a/arch/arm/include/asm/arch-at91/spl.h
b/arch/arm/include/asm/arch-at91/spl.h
index 68c5349601e6e9ab91700bb0187dd049a180566b..f4ced49618a0a12ca6c7a27e951d10d9b4325ead 100644
(file)
--- a/
arch/arm/include/asm/arch-at91/spl.h
+++ b/
arch/arm/include/asm/arch-at91/spl.h
@@
-14,6
+14,8
@@
enum {
BOOT_DEVICE_MMC1,
BOOT_DEVICE_MMC2,
BOOT_DEVICE_MMC2_2,
+#elif CONFIG_SYS_USE_SERIALFLASH
+ BOOT_DEVICE_SPI,
#endif
};
This page took
0.031115 seconds
and
4
git commands to generate.