summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-04-26 14:52:26 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-04-28 00:22:50 +1000
commitae79cd8bf9a30d64b12f6f5c41b2a91e32e66dda (patch)
tree0e009a93ad9b763a185bda3914cddb7d03be6240 /conf
parentabf9bf7f4f4cd50fc22395553b7b684932d279a1 (diff)
downloadmeta-xilinx-ae79cd8bf9a30d64b12f6f5c41b2a91e32e66dda.tar.gz
zcu102-zynqmp: Update QB_MEM to 4GB to match board
Update the QB_MEM value to match the size of memory that is expected to be emulated for the board. The ZCU102 board has 4GB of DRAM attached to the PS. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/zcu102-zynqmp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index 2e3c1367..108a4ad8 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -26,7 +26,7 @@ EXTRA_IMAGEDEPENDS += "\
26# This machine has a QEMU model, runqemu setup: 26# This machine has a QEMU model, runqemu setup:
27IMAGE_CLASSES += "qemuboot-xilinx" 27IMAGE_CLASSES += "qemuboot-xilinx"
28QB_MACHINE = "-machine xlnx-zcu102" 28QB_MACHINE = "-machine xlnx-zcu102"
29QB_MEM = "-m 2048" 29QB_MEM = "-m 4096"
30QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null" 30QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null"
31QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@" 31QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@"
32 32