Skip to content

Commit

Permalink
Allow larger kernel cmdline for MIPS Malta
Browse files Browse the repository at this point in the history
  • Loading branch information
be32826 authored and Andrew Fasano committed Mar 27, 2024
1 parent 86e4ed1 commit 24134d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/mips/mips_malta.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

#define ENVP_ADDR 0x80002000l
#define ENVP_NB_ENTRIES 16
#define ENVP_ENTRY_SIZE 256
#define ENVP_ENTRY_SIZE 0xfdc0

/* Hardware addresses */
#define FLASH_ADDRESS 0x1e000000ULL
Expand Down

0 comments on commit 24134d1

Please sign in to comment.