diff options
Diffstat (limited to 'src/mainboard/emulation/qemu-power8')
-rw-r--r-- | src/mainboard/emulation/qemu-power8/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-power8/mainboard.c b/src/mainboard/emulation/qemu-power8/mainboard.c index b7a7213d2c..102f54c2ee 100644 --- a/src/mainboard/emulation/qemu-power8/mainboard.c +++ b/src/mainboard/emulation/qemu-power8/mainboard.c @@ -26,7 +26,7 @@ static void mainboard_enable(device_t dev) ; } - // Where does ram live? + // Where does RAM live? ram_resource(dev, 0, 2048, 32768); cbmem_recovery(0); } |