From 50e033fc654dfdd52b3ce8fd39624b532d35e679 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 19 Feb 2018 17:32:09 +0000 Subject: [PATCH] Delete accidental reassignment of PBASE to 0x20000000; now works for rpi2 & rpi3 --- boards/cpuid/cpuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/cpuid/cpuid.c b/boards/cpuid/cpuid.c index 25768ef..1679c31 100644 --- a/boards/cpuid/cpuid.c +++ b/boards/cpuid/cpuid.c @@ -111,7 +111,7 @@ int notmain ( void ) id=GETCPUID(); if((id&0xFFFFFFFF)==0x410FB767) PBASE=0x20000000; else PBASE=0x3F000000; - PBASE=0x20000000; + uart_init(); hexstring(0x12345678); hexstring(GETPC());