Re: [PATCH v4 2/3] add basic ELF parser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 15.06.2018 um 20:20 schrieb Alexander Kurz:
> Hi Oleksij,
> when compiling for some random arm platform, next currently rasises this
> warning: (BOOTM) selects ELF which has unmet direct dependencies (MIPS)
> 
> Neither ELF nor BOOTM are MIPS specific.

OK, thx. I have missed that.

> This issue was resolved with v3, and with v4 it's back?

v3 and v4 are same in this file. Probably I didn't noticed this warning.

> Regards, Alexander
> 
> On Wed, 6 Jun 2018, Oleksij Rempel wrote:
> 
>> This parser is needed for kernel boot support on MIPS
>> and can potentially reused on other platforms.
>>
>> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
> ...
>> diff --git a/common/Kconfig b/common/Kconfig
>> index b7000c4d7..b9adc4c39 100644
>> --- a/common/Kconfig
>> +++ b/common/Kconfig
>> @@ -46,6 +46,10 @@ config BLOCK
>>  config BLOCK_WRITE
>>  	bool
>>  
>> +config ELF
>> +	bool
>> +	depends on MIPS
>> +
>>  config FILETYPE
>>  	bool
>>  
>> @@ -548,6 +552,7 @@ config TIMESTAMP
>>  	  automatically enabled when you select CFG_CMD_DATE .
>>  
>>  menuconfig BOOTM
>> +	select ELF
>>  	select UIMAGE
>>  	default y if COMMAND_SUPPORT
>>  	bool "bootm support"
> 
> _______________________________________________
> barebox mailing list
> barebox@xxxxxxxxxxxxxxxxxxx
> http://lists.infradead.org/mailman/listinfo/barebox
> 


-- 
Regards,
Oleksij

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox

[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux