summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx35
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>2013-02-07 23:14:46 +0000
committerTom Rini <trini@ti.com>2013-03-08 16:41:14 -0500
commit66c7f399239e6c0ff5db1ea87c3c2a9a8ae613a1 (patch)
treed1bd45a973153c558cae7a0eb7ff625089ae49c9 /arch/arm/include/asm/arch-mx35
parent4fc4afa9d1e259f89c774e9ec52f6257caa09425 (diff)
downloadtalos-obmc-uboot-66c7f399239e6c0ff5db1ea87c3c2a9a8ae613a1.tar.gz
talos-obmc-uboot-66c7f399239e6c0ff5db1ea87c3c2a9a8ae613a1.zip
SPL: ONENAND: Fix some ONENAND related defines.
Some ONENAND related defines use the term ONE_NAND instead of ONENAND, as the technology name is ONENAND this patch replaces all these defines. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx35')
-rw-r--r--arch/arm/include/asm/arch-mx35/spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx35/spl.h b/arch/arm/include/asm/arch-mx35/spl.h
index 91d11ae847..3ca4c94680 100644
--- a/arch/arm/include/asm/arch-mx35/spl.h
+++ b/arch/arm/include/asm/arch-mx35/spl.h
@@ -27,7 +27,7 @@
#define BOOT_DEVICE_XIP 1
#define BOOT_DEVICE_XIPWAIT 2
#define BOOT_DEVICE_NAND 3
-#define BOOT_DEVICE_ONE_NAND 4
+#define BOOT_DEVICE_ONENAND 4
#define BOOT_DEVICE_MMC1 5
#define BOOT_DEVICE_MMC2 6
#define BOOT_DEVICE_MMC2_2 7
OpenPOWER on IntegriCloud