Searched hist:e8bb1c2caa19fa224090eca0793586857199af9e (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/imx/common/include/ |
| H A D | imx_caam.h | e8bb1c2caa19fa224090eca0793586857199af9e Wed Dec 04 08:48:37 UTC 2019 Samuel Holland <samuel@sholland.org> 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
|
| H A D | imx_snvs.h | e8bb1c2caa19fa224090eca0793586857199af9e Wed Dec 04 08:48:37 UTC 2019 Samuel Holland <samuel@sholland.org> 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
|