Hi Michael,

On 21.01.12 19:22, Michael Olbrich wrote:
> On Sat, Jan 21, 2012 at 05:59:01PM +0100, Andreas Bießmann wrote:
>> This patch removes the forked mkimage u-boot tool and uses the mainline
>> u-boot code to build this tool.
>>
>> Signed-off-by: Andreas Bießmann <andr...@biessmann.de>
>> ---
>> Treat this as an RFC, especially the fw_{save|print}env tool is subject to
>> discuss.
>>
>> Some additional questions:
>>  * how to handle the situation where only U_BOOT_TOOLS but no
>>    U_BOOT_TOOLS_TOOL_xxx is choosen?
> 
> Keep it like it is. We have many other packages like that.

OK

> 
>>  * How to inject a user provided configuration for fw_printenv?
> 
> I don't know fw_printenv. Please elaborate.

As Bernhard said it is a tool to access u-boot configuration from linux
through /dev/mtdX, but some target specific configuration is required
here. So would be some ToDo comment required or just leave this til
someone stumble over the missing target configuration?

I know we will need the fw_printenv tool in some of our products in near
future but at the moment I just want to have a submenu for U-Boot tools.
A submenu with just one entry would be a bit empty ...

<snip>

>> --- /dev/null
>> +++ b/rules/host-u-boot-tools.in
>> @@ -0,0 +1,8 @@
>> +## SECTION=hosttools_noprompt
>> +
>> +config HOST_U_BOOT_TOOLS
>> +    tristate
>> +    default ALLYES
>> +    help
>> +      the U-Boot tools contains the mkimage command which is used
>> +      to create boot images for the U-Boot bootloader.
> 
> Can we even see the help for a noprompt option?

I don't know ... it was like this before (in host-umkimage.in).

regards

Andreas Bießmann

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to