Re: [U-Boot] [RFC PATCH v2 03/13] sandbox: Support iotrace feature

2014-05-23 Thread Simon Glass
Hi Rommel,

On 12 May 2014 18:46, Rommel G Custodio  wrote:
> Dear Simon Glass,
>
> Simon Glass  chromium.org> writes:
>
>>
>> Support the iotrace feature for sandbox, and enable it, using some dummy
>> I/O access methods.
>>
>> Signed-off-by: Simon Glass  chromium.org>
>> ---
>
> 
>
>>
>> diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
>> index fa62cb6..8ca2a55 100644
>> --- a/include/configs/sandbox.h
>> +++ b/include/configs/sandbox.h
>>  -16,6 +16,9
>>
>>  #endif
>>
>> +#define CONFIG_IO_TRACE
>> +#define CONFIG_CMD_IO_TRACE
>> +
>
> s/CONFIG_CMD_IO_TRACE/CONFIG_CMD_IOTRACE/g

Thanks - I didn't actually see your email - it's a good idea to keep
the author in cc.

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [RFC PATCH v2 03/13] sandbox: Support iotrace feature

2014-05-12 Thread Rommel G Custodio
Dear Simon Glass,

Simon Glass  chromium.org> writes:

> 
> Support the iotrace feature for sandbox, and enable it, using some dummy
> I/O access methods.
> 
> Signed-off-by: Simon Glass  chromium.org>
> ---



> 
> diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
> index fa62cb6..8ca2a55 100644
> --- a/include/configs/sandbox.h
> +++ b/include/configs/sandbox.h
>  -16,6 +16,9 
> 
>  #endif
> 
> +#define CONFIG_IO_TRACE
> +#define CONFIG_CMD_IO_TRACE
> +

s/CONFIG_CMD_IO_TRACE/CONFIG_CMD_IOTRACE/g

The common/Makefile shows CONFIG_CMD_IOTRACE triggers creation of 
cmd_iotrace.o.

All the best,
Rommel


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot