diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
commit | 4f412c9a4a376e5689ed26b62c626ca4158424b6 (patch) | |
tree | 48eab65feca48ce78d9bcc2b4a6768282e02f85d /conf/ramses.conf | |
parent | 92b95480c1095db9dc453725c5a13698a7eb8e20 (diff) |
Pull in Robert P.J. Day's reorganized oe.conf work, to improve readability,
and moved MACHINE and DISTRO specific .conf files into their own
directories.
BKrev: 41656520p5hbk1WSEZcNUg5mgUqbwA
Diffstat (limited to 'conf/ramses.conf')
-rw-r--r-- | conf/ramses.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/conf/ramses.conf b/conf/ramses.conf deleted file mode 100644 index 81cfc8d78b..0000000000 --- a/conf/ramses.conf +++ /dev/null @@ -1,22 +0,0 @@ -#@TYPE: Machine -#@NAME: M&N MNCI-RX -#@DESCRIPTION: Machine configuration for the PXA255 based M&N Solutions MNCI-RX - -include conf/openmnci.conf -include conf/tune-xscale.conf - -TARGET_ARCH = "arm" -TARGET_OS = "linux" -IPKG_ARCHS = "all arm ${MACHINE}" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "mnci-ramses" - -EXTRA_IMAGECMD_jffs2 = "--pad=0x1ec0000 --eraseblock=0x40000" - - -USE_DEVFS = "1" -GPE_MACHINE_CLASS = "smallscreen" - -# For sysvinit: -USE_VT = "0" -SERIAL_CONSOLE = "115200 tts/0" |