diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 15:53:32 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 15:53:32 +0000 |
commit | 25f62c40403d8e481d8b06ff95ec6b56019e6a49 (patch) | |
tree | dbebf7b0fe3266e6d9cbd074bab4198f3e02897c /meta/conf/machine/mx31phy.conf | |
parent | 75b40f10777138681f21e5216b9a1e5821542b4c (diff) | |
download | openembedded-core-25f62c40403d8e481d8b06ff95ec6b56019e6a49.tar.gz openembedded-core-25f62c40403d8e481d8b06ff95ec6b56019e6a49.tar.bz2 openembedded-core-25f62c40403d8e481d8b06ff95ec6b56019e6a49.zip |
armv6 machines: use armv6 tuning
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3950 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/mx31phy.conf')
-rw-r--r-- | meta/conf/machine/mx31phy.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/machine/mx31phy.conf b/meta/conf/machine/mx31phy.conf index c7940b72a9..aa77cb5d5f 100644 --- a/meta/conf/machine/mx31phy.conf +++ b/meta/conf/machine/mx31phy.conf @@ -14,5 +14,4 @@ UBOOT_ENTRYPOINT = "80008000" SERIAL_CONSOLE = "-L 115200 ttymxc0" EXTRA_IMAGECMD_jffs2_mx31phy = "--pad --little-endian --eraseblock=0x20000 -n" -require conf/machine/include/tune-arm926ejs.inc -# v6 tune +require conf/machine/include/tune-arm1136jf-s.inc |