diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-14 14:53:59 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-14 14:54:05 +0400 |
commit | 39836a5818e2e0f1915b053137d60c96c608e82c (patch) | |
tree | de3164dbaf0ffe02991ab08cbf5c064c2d2eefae /conf/machine | |
parent | d4a2ec9e83d5a0da21bde9a62f36c0b1b3879262 (diff) |
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')
-rw-r--r-- | conf/machine/at91sam9g20ek.conf | 3 |
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" |