zire72: rename to palmz72 like it was submitted
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 23 Jan 2007 21:05:04 +0000 (21:05 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 23 Jan 2007 21:05:04 +0000 (21:05 +0000)
conf/machine/palmz72.conf [new file with mode: 0644]
conf/machine/zire72.conf [deleted file]

diff --git a/conf/machine/palmz72.conf b/conf/machine/palmz72.conf
new file mode 100644 (file)
index 0000000..0178adf
--- /dev/null
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: Palm Zire 72
+#@DESCRIPTION: Machine configuration for the Palm Zire 72
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6"
+PREFERRED_PROVIDER_virtual/kernel-image = "linux-hackndev-2.6"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda ext2 usbgadget screen"
+
+ROOT_FLASH_SIZE = "100"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+GUI_MACHINE_CLASS = "bigscreen"
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+require conf/machine/include/tune-xscale.conf
+
+module_autoload_sa1100-rtc = "sa1100-rtc"
diff --git a/conf/machine/zire72.conf b/conf/machine/zire72.conf
deleted file mode 100644 (file)
index 0178adf..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#@TYPE: Machine
-#@NAME: Palm Zire 72
-#@DESCRIPTION: Machine configuration for the Palm Zire 72
-
-TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6"
-PREFERRED_PROVIDER_virtual/kernel-image = "linux-hackndev-2.6"
-
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda ext2 usbgadget screen"
-
-ROOT_FLASH_SIZE = "100"
-
-SERIAL_CONSOLE = "115200 ttyS0"
-
-GUI_MACHINE_CLASS = "bigscreen"
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-require conf/machine/include/tune-xscale.conf
-
-module_autoload_sa1100-rtc = "sa1100-rtc"