X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/8ed660166ce9cdeb63b4cf710c663407b7ec9128..9461ecf31e8c701160059af2836337f79fc837b3:/avr/cmd_boot.c diff --git a/avr/cmd_boot.c b/avr/cmd_boot.c index f3bce9d..73f2cf3 100644 --- a/avr/cmd_boot.c +++ b/avr/cmd_boot.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2014 Leo C. + * (C) Copyright 2014-2016 Leo C. * * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -16,12 +16,12 @@ #include #include "command.h" -#include "cli_readline.h" -#include "cli.h" +#include "cli_readline.h" /* console_buffer[] */ +#include "cli.h" /* run_command() */ #include "env.h" #include "con-utils.h" #include "z80-if.h" -#include "z180-serv.h" +#include "z180-serv.h" /* restart_z180_serv() */ #include "debug.h" /* ugly hack to get Z180 loadfile into flash memory */