diff options
Diffstat (limited to 'board/esd/hh405/flash.c')
| -rw-r--r-- | board/esd/hh405/flash.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/board/esd/hh405/flash.c b/board/esd/hh405/flash.c index 274ada9fe..a53122b21 100644 --- a/board/esd/hh405/flash.c +++ b/board/esd/hh405/flash.c @@ -65,9 +65,9 @@ unsigned long flash_init (void)  	flash_get_offsets (-size_b0, &flash_info[0]);  	/* Re-do sizing to get full correct info */ -	mtdcr(ebccfga, pb0cr); -	pbcr = mfdcr(ebccfgd); -	mtdcr(ebccfga, pb0cr); +	mtdcr(EBC0_CFGADDR, PB0CR); +	pbcr = mfdcr(EBC0_CFGDATA); +	mtdcr(EBC0_CFGADDR, PB0CR);  	base_b0 = -size_b0;  	switch (size_b0) {  	case 1 << 20: @@ -87,7 +87,7 @@ unsigned long flash_init (void)  		break;  	}  	pbcr = (pbcr & 0x0001ffff) | base_b0 | (size_val << 17); -	mtdcr(ebccfgd, pbcr); +	mtdcr(EBC0_CFGDATA, pbcr);  	/* Monitor protection ON by default */  	(void)flash_protect(FLAG_PROTECT_SET, |