[U-Boot] [PATCH v3] Makefile: honor PYTHON configuration properly

2017-08-14 Thread Clément Bœsch
On some systems `python` is `python3` (for instance, Archlinux). The `PYTHON` variable can be used to point to `python2` to have a successful build. The use of `PYTHON` is currently limited in the Makefile and needs to be extended in other places: First, pylibfdt is required to be a Python 2 bind

[U-Boot] [PATCH] Makefile: honor PYTHON configuration properly

2017-08-13 Thread Clément Bœsch
On some systems `python` is `python3` (for instance, Archlinux). The `PYTHON` variable can be used to point to `python2` to have a successful build. The use of `PYTHON` is currently limited in the Makefile and needs to be extended to at 2 other cases: First, pylibfdt is required to be a Python 2

[U-Boot] [PATCH] Makefile: honor PYTHON configuration properly

2017-08-13 Thread Clément Bœsch
--- Makefile | 2 +- tools/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 50a002e72f..1f70144e0a 100644 --- a/Makefile +++ b/Makefile @@ -1378,7 +1378,7 @@ $(timestamp_h): $(srctree)/Makefile FORCE $(call filechk,timestamp.h)

[U-Boot] [PATCH] sunxi: reduce Orange Pi Zero DRAM clock speed

2017-07-24 Thread Clément Bœsch
Using `fel-boot-lima-memtester-on-orange-pi-pc 672` on an Orange Pi without heatsink results in the following error after a few minutes: WRITE FAILURE: 0x0020 != 0xffdf at offset 0x0137f47c (bitflip). Also, the constructor repository (github/orangepi-xunlong) seems to contain that 624 Mh