]> git.ipfire.org Git - people/ms/u-boot.git/commit
dtoc: Move to using bytearray
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:13 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:39 +0000 (21:04 -0600)
commit0170804f60b19a2033ac39964fcd192a0c7eda42
treeb37fd3dca5b08d6683bd740952054199a2987342
parent346179f0d3383e88f7df117b13820df70f68c74a
dtoc: Move to using bytearray

Since we want to be able to change the in-memory device tree using libfdt,
use a bytearray instead of a string. This makes interfacing from Python
easier.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/libfdt/libfdt.swig
tools/dtoc/fdt_normal.py