]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/command.h
common: Discard the __u_boot_cmd section
[karo-tx-uboot.git] / include / command.h
index 24864d5cc7ba6cd365f54f500bc8b38f23630f7c..10bc2606c717f600de2af73e9857c4926ccd510e 100644 (file)
@@ -62,8 +62,6 @@ struct cmd_tbl_s {
 
 typedef struct cmd_tbl_s       cmd_tbl_t;
 
-extern cmd_tbl_t  __u_boot_cmd_start;
-extern cmd_tbl_t  __u_boot_cmd_end;
 
 #if defined(CONFIG_CMD_RUN)
 extern int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);