diff options
author | Justin Waters <justin.waters@timesys.com> | 2008-06-24 12:05:00 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2008-06-24 12:05:00 -0400 |
commit | 32028b2bf479f08b729b58cda4c9e2a151074547 (patch) | |
tree | 20ae730c8eb938d72cf791506a3f73bcb0144bcb /board/at91sam9263ek | |
parent | 7f71e78e063a01f145f16d3dc7c358f0da4fa4a1 (diff) |
Fix 9263 Merge issue1.3.0-at91-200806241605
The Command set API needed to be updated for NAND flash
Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'board/at91sam9263ek')
-rw-r--r-- | board/at91sam9263ek/nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/at91sam9263ek/nand.c b/board/at91sam9263ek/nand.c index b8c3e63ac54..3a3d5a8310d 100644 --- a/board/at91sam9263ek/nand.c +++ b/board/at91sam9263ek/nand.c @@ -23,7 +23,7 @@ #include <common.h> #include <asm/arch/hardware.h> -#if (CONFIG_CMD_NAND) +#if defined(CONFIG_CMD_NAND) #include <nand.h> |