mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
moveconfig: Use fd.write() instead of print >>
Adjust this code so that it can work with Python 2 and 3.
Fixes: d73fcb1
(moveconfig: Support building a simple config database)
Reported-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
%module libfdt
|
||||
|
||||
%include <stdint.i>
|
||||
|
||||
%{
|
||||
#define SWIG_FILE_WITH_INIT
|
||||
#include "libfdt.h"
|
||||
|
Reference in New Issue
Block a user