[Buildroot] [PATCH] u-boot: u-boot SPL is usually under ./spl/

Carlo Caione carlo.caione at gmail.com
Sun Mar 3 18:55:48 UTC 2013


On Sun, Mar 3, 2013 at 7:28 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Dear Carlo Caione,
>
> On Sun,  3 Mar 2013 17:49:11 +0100, Carlo Caione wrote:
>> Signed-off-by: Carlo Caione <carlo.caione at gmail.com>
>> ---
>>  boot/uboot/uboot.mk | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
>> index ea77259..3dfcca3 100644
>> --- a/boot/uboot/uboot.mk
>> +++ b/boot/uboot/uboot.mk
>> @@ -103,7 +103,7 @@ endef
>>  define UBOOT_INSTALL_IMAGES_CMDS
>>       cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/
>>       $(if $(BR2_TARGET_UBOOT_SPL),
>> -             cp -dpf $(@D)/$(BR2_TARGET_UBOOT_SPL_NAME) $(BINARIES_DIR)/)
>> +             cp -dpf $(@D)/spl/$(BR2_TARGET_UBOOT_SPL_NAME) $(BINARIES_DIR)/)
>
> In the case of OMAP, the SPL gets generated in the main source
> directory. For which configuration do you see that it is installed only
> in the spl/ sub-directory?

I'm trying to use buildroot to create an image for a cubieboard
(http://cubieboard.org/).
In this case I have to use u-boot-sunxi and SPL gets generated only in spl/

Best,

--
Carlo Caione


More information about the buildroot mailing list