From: Edgar E. Iglesias Date: Thu, 10 Dec 2009 13:46:18 +0000 (+0100) Subject: microblaze: Make boot_info static. X-Git-Tag: v0.13.0-rc0~2049 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7029a83bd6f71c6fe748220eb481f2afff3ab33f;p=thirdparty%2Fqemu.git microblaze: Make boot_info static. Signed-off-by: Edgar E. Iglesias --- diff --git a/hw/petalogix_s3adsp1800_mmu.c b/hw/petalogix_s3adsp1800_mmu.c index e62b8ec20e8..bda08c561a3 100644 --- a/hw/petalogix_s3adsp1800_mmu.c +++ b/hw/petalogix_s3adsp1800_mmu.c @@ -38,7 +38,7 @@ #define LMB_BRAM_SIZE (128 * 1024) #define FLASH_SIZE (16 * 1024 * 1024) -struct +static struct { uint32_t bootstrap_pc; uint32_t cmdline;