diff options
Diffstat (limited to 'board/apollon/mem.c')
| -rw-r--r-- | board/apollon/mem.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/board/apollon/mem.c b/board/apollon/mem.c index c0edca56e..0211c6ad2 100644 --- a/board/apollon/mem.c +++ b/board/apollon/mem.c @@ -198,6 +198,8 @@ void gpmc_init(void)  	sdelay(2000);  	/* setup cs2 */ +	__raw_writel(0x0, GPMC_CONFIG7_2);	/* disable current map */ +	sdelay(1000);  	__raw_writel(APOLLON_24XX_GPMC_CONFIG1_0 | mux | mtype | mwidth,  		     GPMC_CONFIG1_2);  	/* It's same as cs 0 */ |