diff options
author | Po-Yu Chuang <ratbert@faraday-tech.com> | 2011-04-27 22:04:21 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-28 10:32:49 +0200 |
commit | e3f1089846387a94867c82f24ab5efee5034bf34 (patch) | |
tree | a8d3ab2aebbac8b2193bafd7ee8520ef6d63750d /include/configs/a320evb.h | |
parent | a000b7950da938d2df37ec5e081cd0680e6e4bbe (diff) | |
download | u-boot-imx-e3f1089846387a94867c82f24ab5efee5034bf34.zip u-boot-imx-e3f1089846387a94867c82f24ab5efee5034bf34.tar.gz u-boot-imx-e3f1089846387a94867c82f24ab5efee5034bf34.tar.bz2 |
arm: a320: fix compile error caused by commit 00d10eb
Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Diffstat (limited to 'include/configs/a320evb.h')
-rw-r--r-- | include/configs/a320evb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index 4b297f0..0527822 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -197,7 +197,6 @@ { FTSMC020_BANK0_CONFIG, FTSMC020_BANK0_TIMING, }, \ { FTSMC020_BANK1_CONFIG, FTSMC020_BANK1_TIMING, }, \ } -#endif /* CONFIG_FTSMC020 */ /*----------------------------------------------------------------------- * FLASH and environment organization |