summaryrefslogtreecommitdiffstats
path: root/board/davinci/sffsdr
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-05-15 23:44:06 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:47 +0200
commit7b7808ae6dace59287f565e9323cda7b098a5612 (patch)
treebb0c7b3c879def88d73b02ccd455660254d9c690 /board/davinci/sffsdr
parent84f7411cb901b8df2391cf7e967ad0737f6194aa (diff)
downloadblackbird-obmc-uboot-7b7808ae6dace59287f565e9323cda7b098a5612.tar.gz
blackbird-obmc-uboot-7b7808ae6dace59287f565e9323cda7b098a5612.zip
davinci: move psc support board-->cpu
Move DaVinci PSC support from board/* to cpu/* where it belongs. The PSC module manages clocks and resets for all DaVinci-family SoCs, and isn't at all board-specific. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'board/davinci/sffsdr')
-rw-r--r--board/davinci/sffsdr/sffsdr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/davinci/sffsdr/sffsdr.c b/board/davinci/sffsdr/sffsdr.c
index e76f86d08c..7d855fb836 100644
--- a/board/davinci/sffsdr/sffsdr.c
+++ b/board/davinci/sffsdr/sffsdr.c
@@ -30,7 +30,6 @@
#include <common.h>
#include <i2c.h>
#include <asm/arch/hardware.h>
-#include "../common/psc.h"
#include "../common/misc.h"
#define DAVINCI_A3CR (0x01E00014) /* EMIF-A CS3 config register. */
OpenPOWER on IntegriCloud