summaryrefslogtreecommitdiffstats
path: root/include/configs/eb_cpux9k2.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2011-06-12 01:49:12 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:27 +0200
commit6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb (patch)
treeb51645e42f35f22fd245adb6f1ae4c67957fb269 /include/configs/eb_cpux9k2.h
parentc3a383f5bd26dfb429b68aa446d68f9d5bff21f9 (diff)
downloadblackbird-obmc-uboot-6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb.tar.gz
blackbird-obmc-uboot-6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb.zip
arm920t/at91: use new clock.c features
This patch enables the new clock features from arm920t/at91/clock.c. This is an required step to get at91rm9200_usart replaced by atmel_usart driver. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Cc: Jens Scharsig <js_at_ng@scharsoft.de> Cc: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'include/configs/eb_cpux9k2.h')
-rw-r--r--include/configs/eb_cpux9k2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index e12770a196..25b28f5109 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -36,7 +36,7 @@
#define CONFIG_VERSION_VARIABLE
#define CONFIG_IDENT_STRING " on EB+CPUx9K2"
-#include <asm/arch/hardware.h> /* needed for port definitions */
+#include <asm/hardware.h> /* needed for port definitions */
#define CONFIG_MISC_INIT_R
@@ -69,7 +69,7 @@
#define CONFIG_SYS_HZ 1000
#define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2)
-#define AT91_SLOW_CLOCK 32768 /* slow clock */
+#define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock */
#define CONFIG_CMDLINE_TAG 1
#define CONFIG_SETUP_MEMORY_TAGS 1
OpenPOWER on IntegriCloud