diff options
author | Enric Balletbo i Serra | 2013-02-07 23:14:46 +0000 |
---|---|---|
committer | Tom Rini | 2013-03-08 16:41:14 -0500 |
commit | 66c7f399239e6c0ff5db1ea87c3c2a9a8ae613a1 (patch) | |
tree | d1bd45a973153c558cae7a0eb7ff625089ae49c9 /arch/arm/include/asm/arch-mx35 | |
parent | 4fc4afa9d1e259f89c774e9ec52f6257caa09425 (diff) |
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.h | 2 |
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 91d11ae847c..3ca4c946806 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 |