diff --git a/sys/arm/arm/machdep_boot.c b/sys/arm/arm/machdep_boot.c index 909788c62f8..d79c2c0bbb1 100644 --- a/sys/arm/arm/machdep_boot.c +++ b/sys/arm/arm/machdep_boot.c @@ -68,7 +68,9 @@ __FBSDID("$FreeBSD$"); #define debugf(fmt, args...) #endif +#ifdef LINUX_BOOT_ABI static char static_kenv[4096]; +#endif extern int *end;