dtoc: Add a way for tests to request the fallback library
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 21:52:19 +0000 (15:52 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commit3cb44ba80c0379eb7d0eadd1b9b58e66fe2da03e
tree3f42b5b8d876cb1ae3eeb918887203fdb2a2914f
parent8828254cae24abfc5de9f84d79c570fb8edde354
dtoc: Add a way for tests to request the fallback library

We need to test both the normal (Python libfdt module) and fallback (fdtget)
implementations of the Fdt class. Add a way to select which implementation
to use.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt_select.py