diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:39 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:39 +0200 |
commit | 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a (patch) | |
tree | 7f553ae05760a0f446e782b1933429f062967dca /include/configs/ns9750dev.h | |
parent | 6c58a030f86829fa4f0d4337cf4b794c41a1823e (diff) | |
download | u-boot-imx-1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a.zip u-boot-imx-1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a.tar.gz u-boot-imx-1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a.tar.bz2 |
serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
move also conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/ns9750dev.h')
-rw-r--r-- | include/configs/ns9750dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ns9750dev.h b/include/configs/ns9750dev.h index f30cb46..746a56e 100644 --- a/include/configs/ns9750dev.h +++ b/include/configs/ns9750dev.h @@ -56,7 +56,7 @@ /* * Hardware drivers */ -#define CFG_NS9750_UART 1 /* use on-chip UART */ +#define CONFIG_NS9750_UART 1 /* use on-chip UART */ #define CONFIG_DRIVER_NS9750_ETHERNET 1 /* use on-chip ethernet */ /* |