diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:42 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:42 +0200 |
commit | a6ef3ddeafbe8007af3662cc4509b897c53ab395 (patch) | |
tree | 7c4d8a72dbeb7771027c0e4b0864ae23de13605d /include/configs | |
parent | 6790c55704531eb98f76b51d50e0f73d19fa2988 (diff) | |
download | u-boot-imx-a6ef3ddeafbe8007af3662cc4509b897c53ab395.zip u-boot-imx-a6ef3ddeafbe8007af3662cc4509b897c53ab395.tar.gz u-boot-imx-a6ef3ddeafbe8007af3662cc4509b897c53ab395.tar.bz2 |
arm720t/clps7111: move serial driver to drivers/serial
add CONFIG_CLPS7111_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/armadillo.h | 1 | ||||
-rw-r--r-- | include/configs/ep7312.h | 1 | ||||
-rw-r--r-- | include/configs/impa7.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/armadillo.h b/include/configs/armadillo.h index ef6ce22..7ba5e17 100644 --- a/include/configs/armadillo.h +++ b/include/configs/armadillo.h @@ -64,6 +64,7 @@ /* * select serial console configuration */ +#define CONFIG_CLPS7111_SERIAL #define CONFIG_SERIAL1 1 /* we use Serial line 1 */ /* allow to overwrite serial and ethaddr */ diff --git a/include/configs/ep7312.h b/include/configs/ep7312.h index d12b13f..630fff3 100644 --- a/include/configs/ep7312.h +++ b/include/configs/ep7312.h @@ -55,6 +55,7 @@ /* * select serial console configuration */ +#define CONFIG_CLPS7111_SERIAL #define CONFIG_SERIAL1 1 /* we use Serial line 1 */ /* allow to overwrite serial and ethaddr */ diff --git a/include/configs/impa7.h b/include/configs/impa7.h index efd4214..c7001cc 100644 --- a/include/configs/impa7.h +++ b/include/configs/impa7.h @@ -54,6 +54,7 @@ /* * select serial console configuration */ +#define CONFIG_CLPS7111_SERIAL #define CONFIG_SERIAL1 1 /* we use Serial line 1 */ /* allow to overwrite serial and ethaddr */ |