summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/image.h')
-rw-r--r--src/include/gpxe/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h
index cf6b7a88f..6bb6b0124 100644
--- a/src/include/gpxe/image.h
+++ b/src/include/gpxe/image.h
@@ -13,7 +13,7 @@
/** An executable or loadable image */
struct image {
/** Raw file image */
- userptr_t image;
+ userptr_t data;
/** Length of raw file image */
size_t len;