From 414f12a48b7da397b2064b4b2bccac52e1e7a387 Mon Sep 17 00:00:00 2001 From: ssz Date: Mon, 9 Feb 2009 09:45:51 +0100 Subject: machines: oxe810 renamed to oxnas - avoid future confusions (oxe810 is just the processor, oxnas is the official name of the device) - affects machine conf, linux kernel, and u-boot --- conf/machine/oxe810.conf | 20 -------------------- conf/machine/oxnas.conf | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 conf/machine/oxe810.conf create mode 100644 conf/machine/oxnas.conf (limited to 'conf') diff --git a/conf/machine/oxe810.conf b/conf/machine/oxe810.conf deleted file mode 100644 index 08213297c8..0000000000 --- a/conf/machine/oxe810.conf +++ /dev/null @@ -1,20 +0,0 @@ -#@TYPE: Machine -#@NAME: OXE810(D)SE NAS devices -#@DESCRIPTION: Machine configuration for Oxford OXE810(D)SE NAS devices http://www.oxsemi.com/products/storage/nas.html - -TARGET_ARCH = "arm" - -MACHINE_FEATURES = "kernel26 ext2 pci usbhost ethernet serial raid uboot" - -SERIAL_CONSOLE = "115200 ttyS0" - -PREFERRED_PROVIDER_virtual/kernel = "linux" - -KERNEL_IMAGETYPE = "uImage" - -PREFERRED_VERSION_u-boot = "1.1.2" -UBOOT_LOADADDRESS = "0x48008000" -UBOOT_ENTRYPOINT = "0x48008000" -UBOOT_ARCH = "arm" - -require conf/machine/include/tune-arm926ejs.inc diff --git a/conf/machine/oxnas.conf b/conf/machine/oxnas.conf new file mode 100644 index 0000000000..08213297c8 --- /dev/null +++ b/conf/machine/oxnas.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@NAME: OXE810(D)SE NAS devices +#@DESCRIPTION: Machine configuration for Oxford OXE810(D)SE NAS devices http://www.oxsemi.com/products/storage/nas.html + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 ext2 pci usbhost ethernet serial raid uboot" + +SERIAL_CONSOLE = "115200 ttyS0" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +KERNEL_IMAGETYPE = "uImage" + +PREFERRED_VERSION_u-boot = "1.1.2" +UBOOT_LOADADDRESS = "0x48008000" +UBOOT_ENTRYPOINT = "0x48008000" +UBOOT_ARCH = "arm" + +require conf/machine/include/tune-arm926ejs.inc -- cgit v1.2.3