aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2011-10-04 00:15:40 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2011-10-04 00:15:40 +0000
commit1ed7864a7d473f6e01dd74c94c67b44f5eab8b0d (patch)
tree05796ed44f38b3552677fb83e33d2ab1b63bf598 /sys
parenta23ffe967358b0be36dc4af30326dc91c628ea55 (diff)
downloadsrc-1ed7864a7d473f6e01dd74c94c67b44f5eab8b0d.tar.gz
src-1ed7864a7d473f6e01dd74c94c67b44f5eab8b0d.zip
Allow ixp425 boot2 to compile after r219452
Notes
Notes: svn path=/head/; revision=225955
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/arm/ixp425/boot2/boot2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/ixp425/boot2/boot2.c b/sys/boot/arm/ixp425/boot2/boot2.c
index 8f99e0d9b9c1..fabfcf684c8f 100644
--- a/sys/boot/arm/ixp425/boot2/boot2.c
+++ b/sys/boot/arm/ixp425/boot2/boot2.c
@@ -86,7 +86,7 @@ static unsigned dsk_start;
static char cmd[512];
static char kname[1024];
static uint32_t opts;
-static int dsk_meta;
+static uint8_t dsk_meta;
static int bootslice;
static int bootpart;
static int disk_layout;