From: wdenk Date: Tue, 1 May 2001 14:33:21 +0000 (+0000) Subject: Added date / RTC support X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e0c767bb8c16e05a56558c201b70dd1469355e0b;p=users%2Frw%2Fppcboot.git Added date / RTC support --- diff --git a/include/config_pcu_e.h b/include/config_pcu_e.h index 1509ca9..e0b0ef3 100644 --- a/include/config_pcu_e.h +++ b/include/config_pcu_e.h @@ -59,7 +59,9 @@ #define CONFIG_STATUS_LED /* Status LED enabled */ -#define CONFIG_COMMANDS CONFIG_CMD_DFL +#define CONFIG_RTC_MPC8xx /* use internal RTC of MPC8xx */ + +#define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_DATE) #define CONFIG_BOOTP_MASK \ ((CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE) & ~CONFIG_BOOTP_GATEWAY)