[U-Boot] [PATCH 07/19] fdt: Rename existing python libfdt module
sjg at google.com
sjg at google.com
Tue May 2 11:27:25 UTC 2017
Now that this module has been accepted upstream we should stop using the
local U-Boot one. In preparation for this, rename it to indicate it is for
legacy use.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
lib/libfdt/{libfdt.swig => libfdt_legacy.swig} | 3 +--
lib/libfdt/setup.py | 6 +++---
tools/Makefile | 11 ++++++-----
tools/dtoc/fdt_normal.py | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
rename lib/libfdt/{libfdt.swig => libfdt_legacy.swig} (98%)
Applied to u-boot-fdt/next, thanks!
More information about the U-Boot
mailing list