diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2010-01-11 03:06:44 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-21 15:02:11 -0800 |
commit | 9f7e313d9136d588e399422d556f458ba1772912 (patch) | |
tree | f4769a4c3703f11e7cff33bbfa791369001c8bff /conf/machine/at91sam9rlek.conf | |
parent | a0833a8385db355753863b74864e88cc4faa9f13 (diff) |
Update of ATMEL board configuration files
Correction of at91sam9260ek and at91sam9g20ek configuration files:
Xserver is not needed. At91sam9rlek configuration file: no usbhost.
Adding of two new boards: at91sam9g10ek and at91sam9g45ekes. "es" stands
for Engineering Sample and correspond to the marking that is on the board.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/at91sam9rlek.conf')
-rw-r--r-- | conf/machine/at91sam9rlek.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/at91sam9rlek.conf b/conf/machine/at91sam9rlek.conf index f7a78dcf75..de26926650 100644 --- a/conf/machine/at91sam9rlek.conf +++ b/conf/machine/at91sam9rlek.conf @@ -17,7 +17,7 @@ PREFERRED_VERSION_at91bootstrap = "2.10" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen" +MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget screen touchscreen" EXTRA_IMAGEDEPENDS += "u-boot" #EXTRA_IMAGEDEPENDS += "at91bootstrap" |