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

Simon Glass sjg at chromium.org
Sat May 24 03:43:34 CEST 2014


Hi Rommel,

On 12 May 2014 18:46, Rommel G Custodio <sessyargc+u-boot at gmail.com> wrote:
> Dear Simon Glass,
>
> Simon Glass <sjg <at> chromium.org> writes:
>
>>
>> Support the iotrace feature for sandbox, and enable it, using some dummy
>> I/O access methods.
>>
>> Signed-off-by: Simon Glass <sjg <at> chromium.org>
>> ---
>
> <snipped>
>
>>
>> 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
>>  <at>  <at>  -16,6 +16,9  <at>  <at>
>>
>>  #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


More information about the U-Boot mailing list