mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
conf/machine/include: add mcf5441x cpu type tuning
This patch adds tuning for the mcf5441x ColdFire family. (From OE-Core rev: 89e7192b607361769c03b939437c9815672ceadb) Signed-off-by: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2c2250b6a2
commit
385f3bf640
13
meta/conf/machine/include/tune-mcf5441x.inc
Normal file
13
meta/conf/machine/include/tune-mcf5441x.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
DEFAULTTUNE ?= "mcf5441x"
|
||||
|
||||
require conf/machine/include/m68k/arch-m68k.inc
|
||||
|
||||
TUNEVALID[mcf5441x] = "Enable coldfire specific processor optimizations"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}"
|
||||
|
||||
AVAILTUNES += "mcf5441x"
|
||||
TUNE_FEATURES_tune-mcf5441x = "mcf5441x"
|
||||
TUNE_ARCH_tune-mcf5441x = "mcf5441x"
|
||||
TUNE_PKGARCH_tune-mcf5441x = "mcf5441x"
|
||||
PACKAGE_EXTRA_ARCHS_tune-mcf5441x = "m68k mcf5441x"
|
||||
|
||||
Reference in New Issue
Block a user