diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:41 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:41 +0200 |
commit | 7ba44a5521cdb7fa1c72864025cde1e21a6f6921 (patch) | |
tree | a10d35f6c52b8d1c07f953dc49ec9f3100215f26 /drivers/qe/qe.c | |
parent | ab6878c7bc68a7b5e5b731655bdc13221bbfc493 (diff) | |
download | u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.zip u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.tar.gz u-boot-imx-7ba44a5521cdb7fa1c72864025cde1e21a6f6921.tar.bz2 |
drivers/qe: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/qe/qe.c')
-rw-r--r-- | drivers/qe/qe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index 7b6ecd7..e914d01 100644 --- a/drivers/qe/qe.c +++ b/drivers/qe/qe.c @@ -27,7 +27,6 @@ #include "asm/immap_qe.h" #include "qe.h" -#if defined(CONFIG_QE) qe_map_t *qe_immr = NULL; static qe_snum_t snums[QE_NUM_OF_SNUM]; @@ -466,5 +465,3 @@ U_BOOT_CMD( "fw <addr> [<length>] - Upload firmware binary at address <addr> to " "the QE,\n\twith optional length <length> verification.\n" ); - -#endif /* CONFIG_QE */ |