1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-28 18:51:53 +00:00

Point to upstream micropython

Our changes are now merged upstream, so point there instead.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2020-01-11 07:20:21 +11:00
committed by Anton Blanchard
parent 9a67e3b4fe
commit 1aec1a4b0e

View File

@@ -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 ../../../