aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/at91sam9g20ek.conf
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-05-14 14:53:59 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-05-14 14:54:05 +0400
commit39836a5818e2e0f1915b053137d60c96c608e82c (patch)
treede3164dbaf0ffe02991ab08cbf5c064c2d2eefae /conf/machine/at91sam9g20ek.conf
parentd4a2ec9e83d5a0da21bde9a62f36c0b1b3879262 (diff)
downloadopenembedded-39836a5818e2e0f1915b053137d60c96c608e82c.tar.gz
at91sam9g20ek: enable at91bootstrap and u-boot in EXTRA_IMAGEDEPS
The at91sam9* boards aren't really usefull w/o both bootloaders. Reenable them for default build of at91sam9g20ek board images. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'conf/machine/at91sam9g20ek.conf')
-rw-r--r--conf/machine/at91sam9g20ek.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/at91sam9g20ek.conf b/conf/machine/at91sam9g20ek.conf
index 903e953b13..38078b6d03 100644
--- a/conf/machine/at91sam9g20ek.conf
+++ b/conf/machine/at91sam9g20ek.conf
@@ -18,8 +18,7 @@ PREFERRED_VERSION_at91bootstrap = "2.10"
USE_VT = "0"
MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
-#EXTRA_IMAGEDEPENDS += "u-boot"
-#EXTRA_IMAGEDEPENDS += "at91bootstrap"
+EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"