diff options
author | ssz <sledz@BFG9000.(none)> | 2009-02-09 09:45:51 +0100 |
---|---|---|
committer | ssz <sledz@BFG9000.(none)> | 2009-02-09 09:45:51 +0100 |
commit | 414f12a48b7da397b2064b4b2bccac52e1e7a387 (patch) | |
tree | 1ccbbea7d009e100949426bd48279ac3406a3f69 /conf/machine/oxe810.conf | |
parent | 40a3369fd8275701ff98918f66bb95e297d52c42 (diff) |
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
Diffstat (limited to 'conf/machine/oxe810.conf')
-rw-r--r-- | conf/machine/oxe810.conf | 20 |
1 files changed, 0 insertions, 20 deletions
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 |