diff options
author | Andreas Engel <andreas.engel@ericsson.com> | 2008-09-08 14:30:53 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 14:42:02 +0200 |
commit | 48d0192fe869948fef14b460b5f0c85bca933693 (patch) | |
tree | bfa442b8a1db5ab3fa7aa4f33abdc8f36eb986e2 /include/configs/integratorap.h | |
parent | 20c9226cb8cab08a111ee73db04e62d943ee0c97 (diff) | |
download | u-boot-imx-48d0192fe869948fef14b460b5f0c85bca933693.zip u-boot-imx-48d0192fe869948fef14b460b5f0c85bca933693.tar.gz u-boot-imx-48d0192fe869948fef14b460b5f0c85bca933693.tar.bz2 |
Moved conditional compile into Makefile
Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
Diffstat (limited to 'include/configs/integratorap.h')
-rw-r--r-- | include/configs/integratorap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 1452bf2..ba3c531 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -58,7 +58,7 @@ /* * PL010 Configuration */ -#define CFG_PL010_SERIAL +#define CONFIG_PL010_SERIAL #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 #define CONFIG_PL01x_PORTS { (void *) (CFG_SERIAL0), (void *) (CFG_SERIAL1) } |