diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-05-15 23:44:06 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:47 +0200 |
commit | 7b7808ae6dace59287f565e9323cda7b098a5612 (patch) | |
tree | bb0c7b3c879def88d73b02ccd455660254d9c690 /cpu/arm926ejs/davinci/Makefile | |
parent | 84f7411cb901b8df2391cf7e967ad0737f6194aa (diff) | |
download | u-boot-imx-7b7808ae6dace59287f565e9323cda7b098a5612.zip u-boot-imx-7b7808ae6dace59287f565e9323cda7b098a5612.tar.gz u-boot-imx-7b7808ae6dace59287f565e9323cda7b098a5612.tar.bz2 |
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 'cpu/arm926ejs/davinci/Makefile')
-rw-r--r-- | cpu/arm926ejs/davinci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/davinci/Makefile b/cpu/arm926ejs/davinci/Makefile index 7f51d17..83708d8 100644 --- a/cpu/arm926ejs/davinci/Makefile +++ b/cpu/arm926ejs/davinci/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(SOC).a -COBJS = timer.o ether.o lxt972.o dp83848.o +COBJS = timer.o ether.o lxt972.o dp83848.o psc.o SOBJS = reset.o ifndef CONFIG_SKIP_LOWLEVEL_INIT |