diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:40 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:40 +0200 |
commit | 5fe1377cc46199fe71c47be4b1aa81440ae96f9f (patch) | |
tree | ab276a70490601852f942b8adb201655097afc6f /include | |
parent | 50f601cca8985615f9e3de4c34887448ade8a64b (diff) | |
download | u-boot-imx-5fe1377cc46199fe71c47be4b1aa81440ae96f9f.zip u-boot-imx-5fe1377cc46199fe71c47be4b1aa81440ae96f9f.tar.gz u-boot-imx-5fe1377cc46199fe71c47be4b1aa81440ae96f9f.tar.bz2 |
s3c44b0: move rtc driver to drivers/rtc
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/B2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/B2.h b/include/configs/B2.h index d9f6e14..9340db6 100644 --- a/include/configs/B2.h +++ b/include/configs/B2.h @@ -68,6 +68,7 @@ #define CONFIG_SERIAL1 1 /* we use Serial line 1 */ #define CONFIG_S3C44B0_I2C +#define CONFIG_RTC_S3C44B0 /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE |