From 1aec1a4b0ef78c2dca6f9f433e8f3146eb250da4 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Sat, 11 Jan 2020 07:20:21 +1100 Subject: [PATCH] Point to upstream micropython Our changes are now merged upstream, so point there instead. Signed-off-by: Anton Blanchard --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a3a30..942f6dc 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ You can try out Microwatt/Micropython without hardware by using the ghdl simulat grab the powerpc64le-power8 toolchain from https://toolchains.bootlin.com ``` -git clone https://github.com/mikey/micropython +git clone https://github.com/micropython/micropython.git cd micropython -git checkout powerpc cd ports/powerpc make -j$(nproc) cd ../../../