diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2019-10-18 09:01:53 +0000 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-11-08 11:13:38 +0530 |
commit | 5047781e993d5a17bc83a01f66937cc7816d3b31 (patch) | |
tree | b7ba83eaef342bdab9c5479fd4bf5c32723fcc93 /net | |
parent | db49c1b2defbcf67ce472787fe5085ac43f19c79 (diff) | |
download | u-boot-5047781e993d5a17bc83a01f66937cc7816d3b31.zip u-boot-5047781e993d5a17bc83a01f66937cc7816d3b31.tar.gz u-boot-5047781e993d5a17bc83a01f66937cc7816d3b31.tar.bz2 |
fsl-layerscape: fix compile error with sec fw disabled
If SEC FW support is not enabled (ARMV8_SEC_FIRMWARE_SUPPORT=n), below
compilation error appears
arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h:169:4: error:
'CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT' undeclared here (not in a function)
Fix it by wrapping with CONFIG_IS_ENABLED().
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Reviewed-by: Horia Geanta <horia.geanta@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions