diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-06 01:55:27 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-06 01:55:27 +0200 |
commit | d4dae3f91c9e0e5391ea5e83751ae0d56cbaabe6 (patch) | |
tree | 53ca599d35326f277ed09132b472a97a9a742fc3 | |
parent | d8eaa05dad4e1f331c3d01ab8706a060153f442b (diff) |
zaurus-2.6.inc: FIX - collie doesn't need zaurus-updater in
EXTRA_IMAGEDEPENDS
-rw-r--r-- | conf/machine/include/zaurus-2.6.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index ba923f9515..cdad690545 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -14,6 +14,9 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${ERASEBLOCKSIZE} --pad --f EXTRA_IMAGEDEPENDS += "zaurus-installer" +# collie is flashed by pressing C+D on power-on +EXTRA_IMAGEDEPENDS_collie += "" + SERIAL_CONSOLE = "115200 ttyS0" SERIAL_CONSOLE_collie = "115200 ttySA0" |