efm32: use device-specific MSC base for EFM32TG11B
According to the reference manual it should be 0x40000000. Flashing (and booting) a firmware with this MSC base was successful. Change-Id: I739e67d36555b8170a3b8e26f54cf1c09ce8424b Signed-off-by: Christian Meusel <christian.meusel@posteo.de> Reviewed-on: http://openocd.zylin.com/5263 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
parent
3110092720
commit
0a13ca1a8a
|
@ -166,7 +166,7 @@ static const struct efm32_family_data efm32_families[] = {
|
|||
{ 89, "EFM32PG13B Pearl", .series = 1 },
|
||||
{ 91, "EFM32JG13B Jade", .series = 1 },
|
||||
{ 100, "EFM32GG11B Giant", .series = 1, .msc_regbase = 0x40000000 },
|
||||
{ 103, "EFM32TG11B Tiny", .series = 1 },
|
||||
{ 103, "EFM32TG11B Tiny", .series = 1, .msc_regbase = 0x40000000 },
|
||||
{ 120, "EZR32WG Wonder", .series = 0 },
|
||||
{ 121, "EZR32LG Leopard", .series = 0 },
|
||||
{ 122, "EZR32HG Happy", .series = 0, .page_size = 1024 },
|
||||
|
|
Loading…
Reference in New Issue