From 0a0ad9b3849887e5f788c777a5db63a7da8aa504 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 26 Aug 2019 12:33:15 +1000 Subject: [PATCH] Rebuild hello world assuming a 50MHz clock Signed-off-by: Anton Blanchard --- fpga/hello_world.hex | 2 +- hello_world/hello_world.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fpga/hello_world.hex b/fpga/hello_world.hex index 4bc8e12..0de746a 100644 --- a/fpga/hello_world.hex +++ b/fpga/hello_world.hex @@ -516,7 +516,7 @@ e8010010ebc1fff0 3d20c0003842a000 6129200060000000 f922800079290020 -394000353d20c000 +3940001a3d20c000 7929002061292018 4e800020f9490000 0000000000000000 diff --git a/hello_world/hello_world.c b/hello_world/hello_world.c index c47146f..e4e9835 100644 --- a/hello_world/hello_world.c +++ b/hello_world/hello_world.c @@ -9,7 +9,7 @@ static uint64_t potato_uart_base; -#define PROC_FREQ 100000000 +#define PROC_FREQ 50000000 #define UART_FREQ 115200 #define UART_BASE 0xc0002000