diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-06 14:28:08 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-06 18:53:38 +0900 |
commit | ef47aa19f38d0a17d7c8e1e19b168097e94c2588 (patch) | |
tree | 94c377f17f0ae5068ef8f02a92acd8378ec060b6 /conf/machine/include | |
parent | 02ce57eaf0cbc7c659e78a5591cf503f9b286791 (diff) |
zaurus-installer: add collie support. properly unbreaks collie image build.
* this effectively reverts d4dae3f91c9e0e5391ea5e83751ae0d56cbaabe6
which was not the proper way to do it. Zaurus machine config probably
still needs some more TLC.
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/zaurus-2.6.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index cdad690545..ba923f9515 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -14,9 +14,6 @@ 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" |