mx31 machines: use tune-arm926ejs (which is armv5te)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3522 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-01-18 12:33:11 +00:00
parent a43192d753
commit e430837ead
3 changed files with 5 additions and 3 deletions

View File

@@ -12,5 +12,6 @@ IMAGE_FSTYPES ?= "tar.gz jffs2"
SERIAL_CONSOLE = "-L 115200 ttymxc0"
EXTRA_IMAGECMD_jffs2_mx31ads = "--pad --little-endian --eraseblock=0x20000 -n"
require conf/machine/include/tune-armv5te.inc
require conf/machine/include/tune-arm926ejs.inc
# v6 tune

View File

@@ -11,4 +11,4 @@ MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
IMAGE_FSTYPES ?= "tar.gz"
SERIAL_CONSOLE = "-L 115200 ttymxc0"
require conf/machine/include/tune-armv5te.inc
require conf/machine/include/tune-arm926ejs.inc

View File

@@ -13,5 +13,6 @@ KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "80008000"
SERIAL_CONSOLE = "-L 115200 ttymxc0"
EXTRA_IMAGECMD_jffs2_mx31phy = "--pad --little-endian --eraseblock=0x20000 -n"
require conf/machine/include/tune-armv5te.inc
require conf/machine/include/tune-arm926ejs.inc
# v6 tune