some uncommitted old mapper code

apparently from 2011
This commit is contained in:
notaz 2013-06-23 02:00:43 +03:00
parent cff531af94
commit 30f0fdd422
6 changed files with 209 additions and 15 deletions

View file

@ -823,6 +823,8 @@ static void parse_carthw(const char *carthw_cfg, int *fill_sram)
carthw_realtec_startup();
else if (strcmp(p, "radica_mapper") == 0)
carthw_radica_startup();
else if (strcmp(p, "piersolar_mapper") == 0)
carthw_pier_startup();
else if (strcmp(p, "prot_lk3") == 0)
carthw_prot_lk3_startup();
else {