mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-10 16:59:48 +00:00
microblaze: Make boot_info static.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
be5e834986
commit
7029a83bd6
@ -38,7 +38,7 @@
|
|||||||
#define LMB_BRAM_SIZE (128 * 1024)
|
#define LMB_BRAM_SIZE (128 * 1024)
|
||||||
#define FLASH_SIZE (16 * 1024 * 1024)
|
#define FLASH_SIZE (16 * 1024 * 1024)
|
||||||
|
|
||||||
struct
|
static struct
|
||||||
{
|
{
|
||||||
uint32_t bootstrap_pc;
|
uint32_t bootstrap_pc;
|
||||||
uint32_t cmdline;
|
uint32_t cmdline;
|
||||||
|
Loading…
Reference in New Issue
Block a user