diff options
Diffstat (limited to 'board/amcc/bamboo/flash.c')
| -rw-r--r-- | board/amcc/bamboo/flash.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/amcc/bamboo/flash.c b/board/amcc/bamboo/flash.c index 7bf877de8..07d185fd2 100644 --- a/board/amcc/bamboo/flash.c +++ b/board/amcc/bamboo/flash.c @@ -32,9 +32,9 @@   */  #include <common.h> -#include <ppc4xx.h> +#include <asm/ppc4xx.h>  #include <asm/processor.h> -#include <ppc440.h> +#include <asm/ppc440.h>  #include "bamboo.h"  #undef DEBUG @@ -86,7 +86,7 @@ unsigned long flash_init(void)  	unsigned long ebc_boot_size;  	unsigned long boot_selection; -	mfsdr(sdr_pstrp0, val); +	mfsdr(SDR0_PINSTP, val);  	index = (val & SDR0_PSTRP0_BOOTSTRAP_MASK) >> 29;  	if ((index == 5) || (index == 7)) { |