diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-11-08 11:18:55 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-11-09 17:21:02 +0100 |
commit | 3ced12a06baaf90039fa171688d33358b15613d1 (patch) | |
tree | 314b2b31fd85d854c1426992172471244a5d2626 /include/configs/malta.h | |
parent | e174bd74c93637e78eb81048891acd4ea61520a9 (diff) | |
download | u-boot-3ced12a06baaf90039fa171688d33358b15613d1.tar.gz |
malta: enable RTC support
This is actually required in order for a Linux kernel to boot
successfully on a physical Malta board. Without enabling the RTC, a
Malta Linux kernel will get stuck in its estimate_frequencies function
on boot.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'include/configs/malta.h')
-rw-r--r-- | include/configs/malta.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h index ab5ba95e47..a0f6a4a7e9 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -23,6 +23,10 @@ #define CONFIG_PCNET_79C973 #define PCNET_HAS_PROM +#define CONFIG_MISC_INIT_R +#define CONFIG_RTC_MC146818 +#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 + /* * CPU Configuration */ @@ -105,6 +109,7 @@ #undef CONFIG_CMD_LOADS #undef CONFIG_CMD_NFS +#define CONFIG_CMD_DATE #define CONFIG_CMD_DHCP #define CONFIG_CMD_PCI #define CONFIG_CMD_PING |