diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-04 21:37:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-04 21:37:52 +0000 |
commit | fce4ac4ce20e051eb2af119e462fa14242932583 (patch) | |
tree | 72b1bbff5757c1fd7d6e491be5ca4f33ace5b5e8 /conf | |
parent | 2186541cd23c93323673da5fc777051ceafb6528 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/04 22:37:37+01:00 nexus.co.uk!pb
enable SERIAL_CONSOLE for ease of debugging
BKrev: 40e878b0EFoWvnmrWZnRumuOTnYO9g
Diffstat (limited to 'conf')
-rw-r--r-- | conf/h3900.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/h3900.conf b/conf/h3900.conf index 1e1a611d38..be055549c7 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -7,6 +7,8 @@ BOOTSTRAP_EXTRA_DEPENDS = "handhelds-pxa" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ${@linux_module_packages('${H3900_MODULES}')}" H3900_MODULES = "h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400" +SERIAL_CONSOLE = "ttyS0 115200 vt100" + include conf/ipaq-common.conf include conf/handheld-common.conf |