summaryrefslogtreecommitdiff
path: root/board/freescale/ls1046aqds
diff options
context:
space:
mode:
authorUdit Agarwal <udit.agarwal@nxp.com>2019-11-07 19:11:32 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2019-11-08 14:02:08 +0300
commit5536c3c9d0d10c1a4e440e71eac389df3a3dbfa7 (patch)
tree46c4698bd06a9e9532379a5f1854d79389b9247c /board/freescale/ls1046aqds
parent56e6f810b0ac46ddccb6237acb60ab7752a41a99 (diff)
downloadu-boot-5536c3c9d0d10c1a4e440e71eac389df3a3dbfa7.tar.xz
freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name
Rename CONFIG_SECURE_BOOT to CONFIG_NXP_ESBC to avoid conflict with UEFI secure boot. Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/ls1046aqds')
-rw-r--r--board/freescale/ls1046aqds/ls1046aqds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1046aqds/ls1046aqds.c b/board/freescale/ls1046aqds/ls1046aqds.c
index b71c1746bb..6a51dcd649 100644
--- a/board/freescale/ls1046aqds/ls1046aqds.c
+++ b/board/freescale/ls1046aqds/ls1046aqds.c
@@ -407,7 +407,7 @@ int board_init(void)
ppa_init();
#endif
-#ifdef CONFIG_SECURE_BOOT
+#ifdef CONFIG_NXP_ESBC
/*
* In case of Secure Boot, the IBR configures the SMMU
* to allow only Secure transactions.