From eff32d62b939facef48cab008bf6a0cb33ac20c9 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 30 Jan 2009 15:05:53 +0200 Subject: Reworked stb225 machine configuration file; build uImage for stb225. Signed-off-by: Ihar Hrachyshka --- conf/machine/include/tune-mips32.inc | 1 + conf/machine/stb225.conf | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 conf/machine/include/tune-mips32.inc (limited to 'conf/machine') diff --git a/conf/machine/include/tune-mips32.inc b/conf/machine/include/tune-mips32.inc new file mode 100644 index 0000000000..93da66b158 --- /dev/null +++ b/conf/machine/include/tune-mips32.inc @@ -0,0 +1 @@ +TARGET_CC_ARCH = "-march=mips32" diff --git a/conf/machine/stb225.conf b/conf/machine/stb225.conf index 97370e1fe8..c57adb09f8 100644 --- a/conf/machine/stb225.conf +++ b/conf/machine/stb225.conf @@ -1,8 +1,14 @@ # PNX8335 STB225 board + TARGET_ARCH = "mipsel" -TARGET_CC_ARCH="-march=mips32" + MACHINE_FEATURES = "kernel26" -IMAGE_FSTYPES="tar.gz" -PREFERRED_PROVIDER_virtual/kernel="linux" -KERNEL_IMAGETYPE="vmlinux" -KERNEL_OUTPUT="${KERNEL_IMAGETYPE}" + +IMAGE_FSTYPES += "tar.gz" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +KERNEL_IMAGETYPE = "uImage" + +SERIAL_CONSOLE ?= "115200 ttySA0" + +require conf/machine/include/tune-mips32.inc -- cgit v1.2.3