diff options
author | wdenk <wdenk> | 2003-06-28 23:11:04 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-28 23:11:04 +0000 |
commit | 9d2b18a0f9df38cfe15e10766b1302f10d426355 (patch) | |
tree | e7230d603e7dda19f3ef962b974aa8ba7d4a75fe /common/cmd_bdinfo.c | |
parent | d1cbe85b084ce543ba0b09def03a1b20940e6c03 (diff) | |
download | u-boot-imx-9d2b18a0f9df38cfe15e10766b1302f10d426355.zip u-boot-imx-9d2b18a0f9df38cfe15e10766b1302f10d426355.tar.gz u-boot-imx-9d2b18a0f9df38cfe15e10766b1302f10d426355.tar.bz2 |
Rewrite command lookup and help command (fix problems with bubble
sort when sorting command name list). Minor cleanup here and there.
Diffstat (limited to 'common/cmd_bdinfo.c')
-rw-r--r-- | common/cmd_bdinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index 3f73cf8..542e25b 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -26,6 +26,7 @@ */ #include <common.h> #include <command.h> +#include <net.h> /* for print_IPaddr */ #if (CONFIG_COMMANDS & CFG_CMD_BDI) |