Searched refs:edt (Results 1 – 1 of 1) sorted by relevance
46 def __init__(self, output, bootdir, edt): argument47 self.find_slots(edt)55 def find_slots(self, edt): argument59 part_nodes = edt.compat2nodes["fixed-partitions"]137 edt = pickle.load(f)138 assert isinstance(edt, devicetree.edtlib.EDT)140 output = Assembly(args.output, args.bootdir, edt)