diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:43 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:43 +1100 |
commit | 218310018a9d24db76cbfd6aa9441d3b7c8b72b7 (patch) | |
tree | 1824e0e14525549128724b8a4b264abe9e6cd755 /include/configs/eNET.h | |
parent | d881ea532b117e9783a1ded4c6ddb7bbbe028be2 (diff) | |
download | u-boot-imx-218310018a9d24db76cbfd6aa9441d3b7c8b72b7.zip u-boot-imx-218310018a9d24db76cbfd6aa9441d3b7c8b72b7.tar.gz u-boot-imx-218310018a9d24db76cbfd6aa9441d3b7c8b72b7.tar.bz2 |
eNET: Add RTC support to eNET
The SC520 has an inbuilt MC146818 - Enable it for the eNET board
Diffstat (limited to 'include/configs/eNET.h')
-rw-r--r-- | include/configs/eNET.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h index 78cab29..082f681 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -33,6 +33,7 @@ * Stuff still to be dealt with - */ #define CONFIG_RTC_MC146818 +#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 /* * High Level Configuration Options @@ -91,6 +92,7 @@ #define CONFIG_CMD_BDI /* bdinfo */ #define CONFIG_CMD_BOOTD /* bootd */ #define CONFIG_CMD_CONSOLE /* coninfo */ +#define CONFIG_CMD_DATE #define CONFIG_CMD_ECHO /* echo arguments */ #define CONFIG_CMD_FLASH /* flinfo, erase, protect */ #define CONFIG_CMD_FPGA /* FPGA configuration Support */ |