From 2a636d15217cd326b4546e7017538c7a9e9d399c Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 18 Jul 2012 18:02:43 +0200 Subject: Add MXS bootlets package MXS platforms (imx23 and imx28) are relying on bootlets as their first stage bootloaders, that can then either start a regular second stage bootloader or directly a Linux kernel. However, the Makefile allows only to build u-boot and linux images at the same time, which is not very convenient as we will more likely use only one of them, so we need to duplicate a bit what is already done so that we are able to choose what we want to generate. thomas.petazzoni@free-electrons.com: * Remove incorrect dependency on BR2_PACKAGE_ELFTOSB * Each board configuration option is for one board, not multiple boards, so use singular. * The i.MX28 support is for i.MX28 EVK only, reflect that in the option prompt and the option name. * Use 'generic-package' instead of GENTARGETS Signed-off-by: Maxime Ripard Signed-off-by: Thomas Petazzoni --- boot/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/common.mk') diff --git a/boot/common.mk b/boot/common.mk index dc0bfb496..b315fe839 100644 --- a/boot/common.mk +++ b/boot/common.mk @@ -1 +1 @@ -include boot/*/*.mk \ No newline at end of file +include boot/*/*.mk -- cgit v1.2.3