9
0
Fork 0

ARM Chumby: Fix memory index

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Juergen Beisert 2010-12-20 16:05:01 +01:00 committed by Sascha Hauer
parent 799b06606b
commit beab423f86
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ static struct memory_platform_data ram_pdata = {
};
static struct device_d sdram_dev = {
.id = -1,
.name = "mem",
.map_base = IMX_MEMORY_BASE,
.size = 64 * 1024 * 1024,