diff sources/targets/armv6l/settings @ 1371:6d0b8eacd14e

Merge description files into settings files as $DESCRIPTION entry.
author Rob Landley <rob@landley.net>
date Sat, 11 Jun 2011 22:43:24 -0500
parents f6153a16bfad
children
line wrap: on
line diff
--- a/sources/targets/armv6l/settings	Fri Jun 10 21:10:37 2011 -0500
+++ b/sources/targets/armv6l/settings	Sat Jun 11 22:43:24 2011 -0500
@@ -1,4 +1,11 @@
-# ARMv6 with vector floating point (vfp).
+DESCRIPTION="
+ARM v6, little endian, EABI with vector floating point (vfp).
+
+The Pentium II of the ARM world: this architecture was introduced in 2001
+and actually shipped silicon around 2003.  This hardware can still run v4
+and v5 instruction sets, but recompiling for armv6 should provide a
+slight performance boost (and thus better battery life).
+"
 
 KARCH=arm
 KERNEL_PATH=arch/${KARCH}/boot/zImage