mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/arm/aspeed_ast2700-fc: Reduce ca35 ram size to align with ast2700a1
Reduce ca35 ram size from 2GiB to 1GiB to align with ast2700a1-evb, where the ram-container is defined as 1GiB in its class. Signed-off-by: Steven Lee <steven_lee@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250523093144.991408-3-steven_lee@aspeedtech.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
453b928ab9
commit
61162c6f89
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ struct Ast2700FCState {
|
|||
bool mmio_exec;
|
||||
};
|
||||
|
||||
#define AST2700FC_BMC_RAM_SIZE (2 * GiB)
|
||||
#define AST2700FC_BMC_RAM_SIZE (1 * GiB)
|
||||
#define AST2700FC_CM4_DRAM_SIZE (32 * MiB)
|
||||
|
||||
#define AST2700FC_HW_STRAP1 0x000000C0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue