diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
commit | 55d6d2d39fe3fe87802e399aa17539368b495d2e (patch) | |
tree | cc16666a1035d9641fbefee5365383e541896e50 /include/configs/HIDDEN_DRAGON.h | |
parent | 65e41ea0548b86e3d7892defac8e4dc1ea70aed1 (diff) | |
download | u-boot-imx-55d6d2d39fe3fe87802e399aa17539368b495d2e.zip u-boot-imx-55d6d2d39fe3fe87802e399aa17539368b495d2e.tar.gz u-boot-imx-55d6d2d39fe3fe87802e399aa17539368b495d2e.tar.bz2 |
drivers/misc: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/HIDDEN_DRAGON.h')
-rw-r--r-- | include/configs/HIDDEN_DRAGON.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/HIDDEN_DRAGON.h b/include/configs/HIDDEN_DRAGON.h index 26dd954..fea1f6c 100644 --- a/include/configs/HIDDEN_DRAGON.h +++ b/include/configs/HIDDEN_DRAGON.h @@ -214,7 +214,7 @@ /* * NS87308 Configuration */ -#define CFG_NS87308 /* Nat Semi super-io controller on ISA bus */ +#define CONFIG_NS87308 /* Nat Semi super-io controller on ISA bus */ #define CFG_NS87308_BADDR_10 1 |