commit | e6c9495c4c77d6fc19cc36b70c919609c14395f4 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Wed Dec 04 02:48:37 2019 -0600 |
committer | Samuel Holland <samuel@sholland.org> | Wed Dec 04 02:58:41 2019 -0600 |
tree | ed4f6340a1932738ff886df92d743f5c37ce2017 | |
parent | d7dd85fdda15039501c419c0eb6b3fd715c7076f [diff] |
imx: Fix missing inclusion of cdefs.h This was found by compiling with -fno-common: ./build/picopi/release/bl2/imx_snvs.o:(.bss.__packed+0x0): multiple definition of `__packed'; ./build/picopi/release/bl2/imx_caam.o:(.bss.__packed+0x0): first defined here __packed was intended to be the attribute macro from cdefs.h, not an object of the structure type. Signed-off-by: Samuel Holland <samuel@sholland.org> Change-Id: Id02fac3f098be2d71c35c6b4a18012515532f32a