aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2015-12-03 17:58:47 -0800
committerLuis R. Rodriguez <mcgrof@kernel.org>2016-02-11 08:42:16 -0800
commitbd1e24bbe0dc8b4a4bb481e3bf100fc0929866d8 (patch)
tree44d039b321706e2839c4e0214ce670ac02aef24f
parent970eb21ffaf32ce0746cae5e79b6dd0d8b632f8c (diff)
downloadlinker-tables-bd1e24bbe0dc8b4a4bb481e3bf100fc0929866d8.tar.gz
README: mark as completed
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
-rw-r--r--README2
-rw-r--r--parse-bzimage.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index ce36b5b..50a8591 100644
--- a/README
+++ b/README
@@ -60,7 +60,7 @@ setup_header->hardware_subarch_data 0x0240
TODO
====
-Address any code annotations marked with XXX
+This should be all done now!
Table solution history
======================
diff --git a/parse-bzimage.c b/parse-bzimage.c
index aef5595..49b5d23 100644
--- a/parse-bzimage.c
+++ b/parse-bzimage.c
@@ -56,7 +56,6 @@ struct __attribute__((__packed__)) setup_header {
uint8_t relocatable_kernel;
uint8_t _pad2[3];
uint32_t cmdline_size;
- /* XXX: point of interest */
uint32_t hardware_subarch;
uint64_t hardware_subarch_data;
uint32_t payload_offset;