Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/cpu/cpu.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/cpu.c b/arch/arm/cpu/cpu.c index 346f8dc..cf30789 100644 --- a/arch/arm/cpu/cpu.c +++ b/arch/arm/cpu/cpu.c @@ -97,7 +97,7 @@ void arch_shutdown(void) * default setting we are running in barebox, there's no special preparation * required. */ - +#ifdef CONFIG_COMMAND static int do_icache(struct command *cmdtp, int argc, char *argv[]) { if (argc == 1) { @@ -121,3 +121,4 @@ BAREBOX_CMD_START(icache) .usage = "show/change icache status", BAREBOX_CMD_HELP(cmd_icache_help) BAREBOX_CMD_END +#endif -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox