diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-12-31 11:39:02 +0100 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-12-31 11:39:02 +0100 |
commit | 5d4b43f71936baafdd80251751fc0c6b51b79fb9 (patch) | |
tree | 45cb4ad78c618a7b3aec1d3dffe440862294dd4a | |
parent | 9260694d7c18092f478f5d4ba142c12af83c067e (diff) | |
download | rpi-MMU-example-5d4b43f71936baafdd80251751fc0c6b51b79fb9.tar.gz rpi-MMU-example-5d4b43f71936baafdd80251751fc0c6b51b79fb9.zip |
typo
-rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ void setup(uint32_t r0, uint32_t machine_type, } else { - // Most Pis have move, but qemu might give us little + // Most Pis have more, but qemu might give us little puts("Couldn't determine available memory - assuming 192MB"); memory_size = 192 * POWER_OF_2(20); } |