From 886ca63fc7afd89e65ec4f9412a288ca7d23ea76 Mon Sep 17 00:00:00 2001 From: Georg Schiesser Date: Tue, 10 May 2016 02:03:35 +0200 Subject: [PATCH] tools: fixed typo in rootcell config template pio_bitmap This typo was introduced with commit 598c04f6 Signed-off-by: Georg Schiesser Signed-off-by: Jan Kiszka --- tools/root-cell-config.c.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/root-cell-config.c.tmpl b/tools/root-cell-config.c.tmpl index 5ee3767..8deda4e 100644 --- a/tools/root-cell-config.c.tmpl +++ b/tools/root-cell-config.c.tmpl @@ -138,7 +138,7 @@ struct { [ 0x60/8 ... 0x67/8] = 0xec, /* HACK: NMI status/control */ [ 0x68/8 ... 0x6f/8] = -1, [ 0x70/8 ... 0x77/8] = 0xfc, /* RTC */ - [ 0x78/8 ... 0x7f/7] = -1, + [ 0x78/8 ... 0x7f/8] = -1, [ 0x80/8 ... 0x87/8] = 0xfe, /* Linux: native_io_delay() */ [ 0x88/8 ... 0x3af/8] = -1, [ 0x3b0/8 ... 0x3df/8] = 0x00, /* VGA */ -- 2.39.2