From 39836a5818e2e0f1915b053137d60c96c608e82c Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Thu, 14 May 2009 14:53:59 +0400 Subject: 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 --- conf/machine/at91sam9g20ek.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/machine/at91sam9g20ek.conf') 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" -- cgit v1.2.3