X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmpc86xx%2Fcpu_init.c;h=a7e6036dbeca27be52de6efa4095d24b4c58365f;hb=c1e1cf69547b138173f87a7f81c42a5d8dbfde3d;hp=06f179c0937073195012400a19245c7ef85aa7b5;hpb=1266df887781c779deaf6d05eea2ef90a470cb34;p=oweals%2Fu-boot.git diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c index 06f179c093..a7e6036dbe 100644 --- a/cpu/mpc86xx/cpu_init.c +++ b/cpu/mpc86xx/cpu_init.c @@ -33,6 +33,8 @@ #include #include "mp.h" +void setup_bats(void); + DECLARE_GLOBAL_DATA_PTR; /* @@ -57,6 +59,8 @@ void cpu_init_f(void) init_laws(); #endif + setup_bats(); + /* Map banks 0 and 1 to the FLASH banks 0 and 1 at preliminary * addresses - these have to be modified later when FLASH size * has been determined