fdt: Merge fdt_normal with its base class
authorSimon Glass <sjg@chromium.org>
Sat, 27 May 2017 13:38:28 +0000 (07:38 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 16:18:20 +0000 (10:18 -0600)
commit7b75b4482ddee4ea8248f1f64f2b0d1c752dd273
tree6ee1770fea86b42eebf9e7be487bf28e202574e5
parent515d3f08017d2f67fd2e400babadb2c192c5c055
fdt: Merge fdt_normal with its base class

Since we only have one Fdt implementation now we don't need to have a base
class. Merge the implementation and the base class together.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py
tools/dtoc/fdt_normal.py [deleted file]
tools/dtoc/fdt_select.py