summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2011-10-04 00:15:40 +0000
committerthompsa <thompsa@FreeBSD.org>2011-10-04 00:15:40 +0000
commit4570b00aadd0e6681f79df36963b95919de07dd7 (patch)
tree05796ed44f38b3552677fb83e33d2ab1b63bf598 /sys/boot/arm
parentf56505c86d32bde303be9651532141d81eb66f72 (diff)
downloadFreeBSD-src-4570b00aadd0e6681f79df36963b95919de07dd7.zip
FreeBSD-src-4570b00aadd0e6681f79df36963b95919de07dd7.tar.gz
Allow ixp425 boot2 to compile after r219452
Diffstat (limited to 'sys/boot/arm')
-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 8f99e0d..fabfcf6 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;
OpenPOWER on IntegriCloud