Searched refs:OF_DT_HEADER (Results 1 - 1 of 1) sorted by relevance

/u-boot/test/py/tests/
H A Dvboot_forge.py104 OF_DT_HEADER = 0xd00dfeed variable
226 if header.magic != OF_DT_HEADER:
227 raise ValueError('invalid magic value %08x; expected %08x' % (header.magic, OF_DT_HEADER))
302 header.magic = OF_DT_HEADER

Completed in 31 milliseconds