[U-Boot] [RFC PATCH v2 03/13] sandbox: Support iotrace feature
Rommel G Custodio
sessyargc+u-boot at gmail.com
Tue May 13 06:46:06 CEST 2014
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
The common/Makefile shows CONFIG_CMD_IOTRACE triggers creation of
cmd_iotrace.o.
All the best,
Rommel
More information about the U-Boot
mailing list