diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-02 12:05:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-02 12:05:03 +0000 |
commit | c7f6e1213aa7802ef6d0e520a71530f41db403dc (patch) | |
tree | cc55e774d96b3856c4d7891d855538fe95b5a12c /conf/machine/db1200.conf | |
parent | c9c5a3c4b5e127d8105913383eb47b0787cd2d70 (diff) |
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
Diffstat (limited to 'conf/machine/db1200.conf')
-rw-r--r-- | conf/machine/db1200.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/db1200.conf b/conf/machine/db1200.conf deleted file mode 100644 index cbde602824..0000000000 --- a/conf/machine/db1200.conf +++ /dev/null @@ -1,16 +0,0 @@ -# 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" |