diff options
| author | Marian Balakowicz <m8@semihalf.com> | 2008-02-29 13:56:44 +0100 | 
|---|---|---|
| committer | Marian Balakowicz <m8@semihalf.com> | 2008-02-29 13:56:44 +0100 | 
| commit | e18489e8c27e843e337258fb00f2652ff0f43b92 (patch) | |
| tree | 2a3b2afa224e61cb7f1206a1641007e526d25160 /board/apollon/mem.c | |
| parent | 75fa002c47171b73fb4c1f2c2fe4d6391c136276 (diff) | |
| parent | b29661fc1151077776454288051bc9a488351ce8 (diff) | |
| download | olio-uboot-2014.01-e18489e8c27e843e337258fb00f2652ff0f43b92.tar.xz olio-uboot-2014.01-e18489e8c27e843e337258fb00f2652ff0f43b92.zip | |
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
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 */ |