X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmpc86xx.h;h=31e83f2cc9213377fc55ae8473c96e9e0c40fd47;hb=544aa66a6695790227613bf32bdf672143d5a1ad;hp=c6f30f9fd5a7dc91250712e7529f47d817f9c74b;hpb=9eb468da3fd8753de55ab271d6ff5ed7f36d7ea2;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/mpc86xx.h b/include/mpc86xx.h index c6f30f9..31e83f2 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -83,5 +83,8 @@ static __inline__ unsigned long get_l2cr (void) return l2cr_val; } +void setup_ddr_bat(phys_addr_t dram_size); +extern void setup_bats(void); + #endif /* _ASMLANGUAGE */ #endif /* __MPC86xx_H__ */