microblaze: Make boot_info static.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
Edgar E. Iglesias 2009-12-10 14:46:18 +01:00
parent be5e834986
commit 7029a83bd6

View file

@ -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;