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 /packages/u-boot/u-boot_1.1.2.bb | |
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 'packages/u-boot/u-boot_1.1.2.bb')
-rw-r--r-- | packages/u-boot/u-boot_1.1.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/u-boot/u-boot_1.1.2.bb b/packages/u-boot/u-boot_1.1.2.bb index 1afb3eec5a..c83e31f532 100644 --- a/packages/u-boot/u-boot_1.1.2.bb +++ b/packages/u-boot/u-boot_1.1.2.bb @@ -13,7 +13,7 @@ SRC_URI_append_mnci = "file://mnci.patch;patch=1 \ file://command-names.patch;patch=1" SRC_URI_append_magicbox = "file://u-boot-emetec.patch;patch=1 " -SRC_URI_append_oxe810 = "file://oxe810.patch;patch=1 " +SRC_URI_append_oxnas = "file://oxnas.patch;patch=1 " # TODO: SRC_URI_append_rt3000 @@ -23,7 +23,7 @@ TARGET_LDFLAGS = "" UBOOT_MACHINE_mnci = "mnci_config" UBOOT_MACHINE_vibren = "pxa255_idp_config" UBOOT_MACHINE_magicbox = "EMETEC405_config" -UBOOT_MACHINE_oxe810 = "oxnas_config" +UBOOT_MACHINE_oxnas = "oxnas_config" inherit base |