X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fcommand.h;h=0597c10dafe2e566f4a8773946beeda4a2d0237e;hb=f3f31757464bd91af4de17de386cb763fa0b6ba0;hp=a2936ad8b3e583e30fc57012c1395bcc8c8dfacb;hpb=04a85b3b36fdbaaac5fa95d61f59f481bbcf7520;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/command.h b/include/command.h index a2936ad..0597c10 100644 --- a/include/command.h +++ b/include/command.h @@ -84,12 +84,6 @@ typedef void command_t (cmd_tbl_t *, int, int, char *[]); #define CMD_FLAG_REPEAT 0x0001 /* repeat last command */ #define CMD_FLAG_BOOTD 0x0002 /* command is from bootd */ -/* - * Configurable monitor commands definitions have been moved - * to include/cmd_confdefs.h - */ - - #define Struct_Section __attribute__ ((unused,section (".u_boot_cmd"))) #ifdef CFG_LONGHELP