diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-14 10:38:15 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-21 08:11:00 -0300 |
commit | 1126f6dd429d65824e4348a8dc840e2e489acb11 (patch) | |
tree | 34cdd4550452cdbc23dee576c7e563ebee10a15e /conf | |
parent | 61eed26d8a040338f393f9ee354c912c0b5f3586 (diff) | |
download | meta-freescale-1126f6dd429d65824e4348a8dc840e2e489acb11.tar.gz |
qoriq-base.inc: Remove unused SoC family support
The SoC family use has been removed in commit 8999634f (Migrate from
SOC_FAMILY to MACHINEOVERRIDES) so the support can be dropped as well.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 0a463eeb..1786b00b 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -1,6 +1,3 @@ | |||
1 | # Provides the QorIQ common settings | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | # common providers of QorIQ targets | 1 | # common providers of QorIQ targets |
5 | PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" | 2 | PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" |
6 | PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" | 3 | PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" |