diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-03 18:09:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-03 18:09:21 +0000 |
commit | 84a4706fc5292c926fb1126857cd350b62ddd0b4 (patch) | |
tree | 6441e823465c866ce9d291730131d58217f4c029 /conf/machine/hx2000.conf | |
parent | 17b87e726a7bc9a6b8442bcb3383fba3b8fa628f (diff) |
hx2000: clean up machine config a bit
Diffstat (limited to 'conf/machine/hx2000.conf')
-rw-r--r-- | conf/machine/hx2000.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/machine/hx2000.conf b/conf/machine/hx2000.conf index 48a4bbf3e5..900da400b0 100644 --- a/conf/machine/hx2000.conf +++ b/conf/machine/hx2000.conf @@ -22,11 +22,6 @@ MODUTILS = "26" MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen" PCMCIA_MANAGER = "pcmciautils" -BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${PXA270_MODULES}', d)}" -BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}" -BOOTSTRAP_EXTRA_RDEPENDS = "tiinit acx-firmware" - -PXA270_MODULES = "nls_cp437 nls_iso8859-1 nls_utf8 af_key" SERIAL_CONSOLE = "115200 ttyS0" |