9
0
Fork 0
barebox/arch/ppc/mach-mpc85xx/fsl_lbc.c

18 lines
440 B
C

/*
* Copyright 2010-2011 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* Version 2 as published by the Free Software Foundation.
*/
#include <common.h>
#include <asm/fsl_lbc.h>
#include <mach/immap_85xx.h>
void fsl_init_early_memctl_regs(void)
{
fsl_set_lbc_br(0, CFG_BR0_PRELIM);
fsl_set_lbc_or(0, CFG_OR0_PRELIM);
}