git.openpandora.org
/
pandora-x-loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83bfcf4
)
OMAP3: add GPMC_NONE definition for systems with no nand
author
Steve Sakoman
<steve@sakoman.com>
Thu, 18 Mar 2010 04:20:02 +0000
(21:20 -0700)
committer
Steve Sakoman
<steve@sakoman.com>
Thu, 18 Mar 2010 04:20:02 +0000
(21:20 -0700)
include/asm/arch-omap3/mem.h
patch
|
blob
|
history
diff --git
a/include/asm/arch-omap3/mem.h
b/include/asm/arch-omap3/mem.h
index
e6fbfe3
..
0e3b40a
100644
(file)
--- a/
include/asm/arch-omap3/mem.h
+++ b/
include/asm/arch-omap3/mem.h
@@
-43,8
+43,9
@@
typedef enum {
#define GPMC_NAND 1
#define GPMC_MDOC 2
#define GPMC_ONENAND 3
-#define MMC_NAND 4
-#define MMC_ONENAND 5
+#define MMC_NAND 4
+#define MMC_ONENAND 5
+#define GPMC_NONE 6
#endif