Point to upstream micropython
authorAnton Blanchard <anton@linux.ibm.com>
Fri, 10 Jan 2020 20:20:21 +0000 (07:20 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Fri, 10 Jan 2020 20:20:21 +0000 (07:20 +1100)
Our changes are now merged upstream, so point there instead.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
README.md

index 65a3a304312847ab8542a4dc1eef53f99347972f..942f6dc158d3da81474d4838ba9371c38ecc357a 100644 (file)
--- 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 ../../../