diff options
| author | wdenk <wdenk> | 2002-11-18 00:14:45 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2002-11-18 00:14:45 +0000 | 
| commit | 2262cfeef91458b01a1bfe3812ccbbfdf8b82807 (patch) | |
| tree | 3657d48c8ce9089fc96682848859d035a1e8f115 /common/command.c | |
| parent | 1d0350ed0b1b0f63e3fb5db6b19397b84a2ea1c7 (diff) | |
| download | olio-uboot-2014.01-2262cfeef91458b01a1bfe3812ccbbfdf8b82807.tar.xz olio-uboot-2014.01-2262cfeef91458b01a1bfe3812ccbbfdf8b82807.zip | |
* Patch by Daniel Engström, 13 Nov 2002:LABEL_2002_11_18_0115
  Add support for i386 architecture and AMD SC520 board
* Patch by Pierre Aubert, 12 Nov 2002:
  Add support for DOS filesystem and booting from DOS floppy disk
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/common/command.c b/common/command.c index f70cad8cb..cab68abf8 100644 --- a/common/command.c +++ b/common/command.c @@ -70,6 +70,7 @@  #include <cmd_vfd.h>		/* load a bitmap to the VFDs on TRAB */  #include <cmd_log.h> +#include <cmd_fdos.h>  /*   * HELP command @@ -253,6 +254,8 @@ cmd_tbl_t cmd_tbl[] = {  	CMD_TBL_FCCINFO  	CMD_TBL_FLERASE  	CMD_TBL_FDC +        CMD_TBL_FDOS_BOOT +        CMD_TBL_FDOS_LS  	CMD_TBL_FLINFO  	CMD_TBL_FPGA  	CMD_TBL_JFFS2_FSINFO |