mainstone: fix name of the allocated memory for roms
commitf75d216a80977da3435f507fa6bae0821a5d9076
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 13 Jan 2011 15:37:10 +0000 (13 18:37 +0300)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 20 Jan 2011 11:37:21 +0000 (20 12:37 +0100)
tree38c5d9892f853fa18ddf635fb496753dd69f18bc
parent2a3c633c1eb8692716220195b6d3fe78b7e411d0
mainstone: fix name of the allocated memory for roms

Mainstone board has two flash chips (emulated by two ram regions), however
currently code tries to allocate them with the same name, which fails.
Fix that to make mainstone emulation work again.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/mainstone.c