diff options
author | wdenk <wdenk> | 2004-03-17 01:13:07 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-17 01:13:07 +0000 |
commit | 7d7ce4125f769a21a321c3df972272c5854d54f7 (patch) | |
tree | ca95548f218169750a0b3d3ddf72e3464d9f8d0d /include/configs | |
parent | d9df1f4e662441c487f96a4e1f91caa9297afdd9 (diff) | |
download | u-boot-imx-7d7ce4125f769a21a321c3df972272c5854d54f7.zip u-boot-imx-7d7ce4125f769a21a321c3df972272c5854d54f7.tar.gz u-boot-imx-7d7ce4125f769a21a321c3df972272c5854d54f7.tar.bz2 |
Patch by Pierre Aubert, 15 Mar 2004:
Fix buffer overflow in IDE identification
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/IceCube.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 37c76c3..38db440 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -89,7 +89,6 @@ #if 1 #define CONFIG_USB_OHCI #define ADD_USB_CMD CFG_CMD_USB | CFG_CMD_FAT -#define CONFIG_DOS_PARTITION #define CONFIG_USB_STORAGE #else #define ADD_USB_CMD 0 |