summaryrefslogtreecommitdiffstats
path: root/include/configs/davinci_sonata.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-05-15 23:44:08 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:48 +0200
commitf79043681ff44bae435c06f830e51e1546db7e19 (patch)
tree6fdcb0df4f8bba05dbaafb41763e81fa92271723 /include/configs/davinci_sonata.h
parent48ef5729555f41f51618b6a3016ac5c53c7c75dc (diff)
downloadtalos-obmc-uboot-f79043681ff44bae435c06f830e51e1546db7e19.tar.gz
talos-obmc-uboot-f79043681ff44bae435c06f830e51e1546db7e19.zip
davinci: split out some dm644x-specific bits from psc
Split out DaVinci DM6446-specific bits from more generic bits: - Add a CONFIG_SOC_DM644X. All current boards use DM6446 chips; DM6443 and DM6441 chips differ in available peripherals. - Move most DM644X-specific bits from psc.c to a new dm644x.c file, which is conditionally built. It provides device-specific setup. Plus minor coding style and comment updates with respect to the PSC. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'include/configs/davinci_sonata.h')
-rw-r--r--include/configs/davinci_sonata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h
index 0fc6012bac..a6bf8259bd 100644
--- a/include/configs/davinci_sonata.h
+++ b/include/configs/davinci_sonata.h
@@ -59,6 +59,7 @@
#define CONFIG_SYS_TIMERBASE 0x01c21400 /* use timer 0 */
#define CONFIG_SYS_HZ_CLOCK 27000000 /* Timer Input clock freq */
#define CONFIG_SYS_HZ 1000
+#define CONFIG_SOC_DM644X
/*====================================================*/
/* EEPROM definitions for Atmel 24C256BN SEEPROM chip */
/* on Sonata/DV_EVM board. No EEPROM on schmoogie. */
OpenPOWER on IntegriCloud