broadcom/cle: Fix error path of missing a "type" in the XML.
authorEric Anholt <eric@anholt.net>
Thu, 28 Dec 2017 21:51:36 +0000 (13:51 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 13 Jan 2018 05:51:34 +0000 (21:51 -0800)
commit7dedfd9660779c11110aaffdf2a7a85da628ac52
treea86d106c44ad91238fe0510d47d4ab4a013ad9ac
parent3d8ad5037054a18ca3b169de20874e8919cca1fa
broadcom/cle: Fix error path of missing a "type" in the XML.

We try to emit a #error and continue so that you can debug the missing
type at C compile time, but were missing a couple of definitions in that
path (sigh, python).
src/broadcom/cle/gen_pack_header.py