diff options
| author | Alistair Popple <alistair@popple.id.au> | 2016-12-13 17:36:34 +1100 |
|---|---|---|
| committer | Alistair Popple <alistair@popple.id.au> | 2016-12-13 17:41:50 +1100 |
| commit | 013edf123b6ee17826cc172f3c4a47572c1f6ace (patch) | |
| tree | 2fd91258ecdb41234022031b938e86f724b3de30 /src | |
| parent | 95b49e2d1e688c68f7cba10700175fc4320ce03f (diff) | |
| download | pdbg-013edf123b6ee17826cc172f3c4a47572c1f6ace.tar.gz pdbg-013edf123b6ee17826cc172f3c4a47572c1f6ace.zip | |
libpdbg/bmcfsi.c: Add Romulus gpio pinout
Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -381,6 +381,8 @@ static int fsi_backend_targets_init(void) type = FSI_SYSTEM_P8; else if (!strcmp(device_node, "p9w") || !strcmp(device_node, "witherspoon")) type = FSI_SYSTEM_P9W; + else if (!strcmp(device_node, "p9r") || !strcmp(device_node, "romulus")) + type = FSI_SYSTEM_P9R; else { PR_ERROR("Unrecognized FSI system type %s\n", device_node); return -1; |

