Re: [U-Boot] [PATCH 1/6] armv8: fsl-layerscape: guard caam specific defines

2019-10-17 Thread Horia Geanta
On 10/17/2019 12:21 PM, Laurentiu Tudor wrote: > From: Laurentiu Tudor > > These macros should only be used when CONFIG_FSL_CAAM is present. > > Signed-off-by: Laurentiu Tudor Reviewed-by: Horia Geantă Thanks, Horia ___ U-Boot mailing list U-Boot@li

[U-Boot] [PATCH 1/6] armv8: fsl-layerscape: guard caam specific defines

2019-10-17 Thread Laurentiu Tudor
From: Laurentiu Tudor These macros should only be used when CONFIG_FSL_CAAM is present. Signed-off-by: Laurentiu Tudor --- arch/arm/cpu/armv8/fsl-layerscape/ls1028_ids.c | 2 ++ arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/arm/cpu/a