summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
index 95f05eab6..0fce6af1a 100644
--- a/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
+++ b/dynamic-layers/arm-toolchain/recipes-bsp/imx-oei/imx-oei.inc
@@ -10,12 +10,13 @@ OEI_CORE ?= "UNDEFINED"
10OEI_SOC ?= "UNDEFINED" 10OEI_SOC ?= "UNDEFINED"
11OEI_BOARD ?= "UNDEFINED" 11OEI_BOARD ?= "UNDEFINED"
12OEI_DDRCONFIG ?= "" 12OEI_DDRCONFIG ?= ""
13OEI_DEBUG ?= "0"
13 14
14LDFLAGS[unexport] = "1" 15LDFLAGS[unexport] = "1"
15 16
16EXTRA_OEMAKE = "\ 17EXTRA_OEMAKE = "\
17 board=${OEI_BOARD} \ 18 board=${OEI_BOARD} \
18 DEBUG=1 \ 19 DEBUG=${OEI_DEBUG} \
19 OEI_CROSS_COMPILE=arm-none-eabi-" 20 OEI_CROSS_COMPILE=arm-none-eabi-"
20 21
21EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}" 22EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}"