diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-17 21:31:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-17 21:31:01 +0100 |
commit | 67cd8abfcb09096a84a20d5af216f867aa4326fd (patch) | |
tree | 1f6323f526524be41979a692aebcdecf3a014df4 /conf/machine | |
parent | 2cb8f62b6ebc8c8cd1996037a42c7859246bc54b (diff) |
dm355-leopard: add more machine features
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/dm355-leopard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf index a9699499b7..5131488577 100644 --- a/conf/machine/dm355-leopard.conf +++ b/conf/machine/dm355-leopard.conf @@ -13,7 +13,7 @@ UBOOT_ENTRYPOINT = "0x80008000" SERIAL_CONSOLE ?= "115200 ttyS0" -MACHINE_FEATURES = "kernel26 alsa" +MACHINE_FEATURES = "kernel26 alsa ethernet usbhost usbgadget mmc" require conf/machine/include/tune-arm926ejs.inc |