diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-04-24 19:27:10 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-24 22:56:39 +0200 |
commit | 2ebdb9a9d7abcb17fdbfdc4bbb71b4ef538fc713 (patch) | |
tree | f6ae7ea3d146b5269e7b72f6438b0b4fc6b7e4f4 /arch/powerpc/cpu/mpc512x/Makefile | |
parent | a3921eefa1440d23f22751704cd7df999769f169 (diff) | |
download | u-boot-2ebdb9a9d7abcb17fdbfdc4bbb71b4ef538fc713.tar.gz |
mpc5121: add common post_word_load/store code
Add common post_word_load/post_word_store routines
for all mpc5121 boards. pdm360ng board POST support
added by subsequent patch needs them.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/mpc512x/Makefile')
-rw-r--r-- | arch/powerpc/cpu/mpc512x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc512x/Makefile b/arch/powerpc/cpu/mpc512x/Makefile index 1719c66e8d..9cfdb0f35d 100644 --- a/arch/powerpc/cpu/mpc512x/Makefile +++ b/arch/powerpc/cpu/mpc512x/Makefile @@ -29,6 +29,7 @@ LIB = $(obj)lib$(CPU).a START = start.o COBJS-y := cpu.o COBJS-y += traps.o +COBJS-y += common.o COBJS-y += cpu_init.o COBJS-y += fixed_sdram.o COBJS-y += i2c.o |