diff options
author | Maxim Polyakov <max.senia.poliak@gmail.com> | 2019-07-11 14:26:46 +0300 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-07-12 12:27:45 +0000 |
commit | aae7552b2415154f818c1c66de6f2f2a01cdad69 (patch) | |
tree | 31823aeff213af3ddbf03d549e82e33c5301463a /util/superiotool | |
parent | ac14a40d0e17571ad3495d45216842044def289e (diff) |
util/superiotool/aspeed: fix SUART number
Change-Id: I20c4436d414bc6b9a3ff5138d6fd59ead8fd4a47
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34237
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/superiotool')
-rw-r--r-- | util/superiotool/aspeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/aspeed.c b/util/superiotool/aspeed.c index 6d49c16e9a..454e5c5baa 100644 --- a/util/superiotool/aspeed.c +++ b/util/superiotool/aspeed.c @@ -28,7 +28,7 @@ static const struct superio_registers reg_table[] = { {0x02, "SUART1", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x03,0xf8,0x04,0x02,RSVD,EOT}}, - {0x03, "SUART1", + {0x03, "SUART2", {0x30,0x60,0x61,0x70,0x71,0xf0,EOT}, {0x00,0x02,0xf8,0x03,0x02,0x00,EOT}}, {0x04, "SWC", |