diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/montavista-sa-2.4.17-mvl21/machine_name.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/montavista-sa-2.4.17-mvl21/machine_name.patch')
-rw-r--r-- | packages/linux/montavista-sa-2.4.17-mvl21/machine_name.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux/montavista-sa-2.4.17-mvl21/machine_name.patch b/packages/linux/montavista-sa-2.4.17-mvl21/machine_name.patch index e69de29bb2..8b7ad2b143 100644 --- a/packages/linux/montavista-sa-2.4.17-mvl21/machine_name.patch +++ b/packages/linux/montavista-sa-2.4.17-mvl21/machine_name.patch @@ -0,0 +1,19 @@ +Change the Name showed by /proc/cpuinfo + + + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linux-2.4.17_mvl21/arch/arm/mach-sa1100/assabet.c~machine_name ++++ linux-2.4.17_mvl21/arch/arm/mach-sa1100/assabet.c +@@ -374,7 +374,7 @@ + } + + +-MACHINE_START(ASSABET, "Intel-Assabet") ++MACHINE_START(ASSABET, "Tradesquare.NL Tuxpad 1") + BOOT_MEM(0xc0000000, 0x80000000, 0xf8000000) + BOOT_PARAMS(0xc0000100) + FIXUP(fixup_assabet) |