From c7f6e1213aa7802ef6d0e520a71530f41db403dc Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 2 Aug 2008 12:05:03 +0000 Subject: create nonworking directory among conf/machine, so that people who want to revive a machine have a chance to pick up previous work. move db1200 into nonworking, since it does not define a preferred kernel --- conf/machine/nonworking/.mtn2git_empty | 0 conf/machine/nonworking/db1200.conf | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 conf/machine/nonworking/.mtn2git_empty create mode 100644 conf/machine/nonworking/db1200.conf (limited to 'conf/machine/nonworking') diff --git a/conf/machine/nonworking/.mtn2git_empty b/conf/machine/nonworking/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/conf/machine/nonworking/db1200.conf b/conf/machine/nonworking/db1200.conf new file mode 100644 index 0000000000..cbde602824 --- /dev/null +++ b/conf/machine/nonworking/db1200.conf @@ -0,0 +1,16 @@ +# Alchemy db1200 + +TARGET_ARCH = "mipsel" + +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" + +SERIAL_CONSOLE="/dev/ttyS0 115200 vt100" +USE_VT="0" + +TARGET_CC_ARCH="-march=mips32" + +FLASH_OFFSET="0xBC000000" +#EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x10000 -q" +EXTRA_IMAGECMD_jffs2 = "--little-endian --pad=0x3C00000 -q" + +MACHINE_FEATURES = "kernel26 pcmcia usbhost" -- cgit v1.2.3