summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-02 17:10:32 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:18 -0300
commitefa3c73dd97c62ed2a4e6cf56db7f9dc7f349a37 (patch)
tree418833382154e2e1809d2e8dee540ce40362f30f /conf
parentebe3bb62f466b6dc390d9cc063a589ce6cf16d94 (diff)
downloadmeta-freescale-efa3c73dd97c62ed2a4e6cf56db7f9dc7f349a37.tar.gz
ipc-ust: move SOC specific variables to qoriq-base.inc
* Add IPC_UST_SOC variables in qoriq-base.inc to define SOC type for ipc-ust * Use IPC_UST_SOC in ipc-ust bb file Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qoriq-base.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 1b49cc42..f85f18e1 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -20,4 +20,8 @@ MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq"
20 20
21EXTRA_IMAGEDEPENDS += "u-boot cst-native" 21EXTRA_IMAGEDEPENDS += "u-boot cst-native"
22 22
23IPC_UST_SOC_bsc9131 = "B913x"
24IPC_UST_SOC_bsc9132 = "B913x"
25IPC_UST_SOC_b4 = "B4860"
26
23MACHINEOVERRIDES .= ":qoriq" 27MACHINEOVERRIDES .= ":qoriq"