commit | 29ca46c4453c41e0617b76248cae3be628e03cc2 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Oct 05 00:25:17 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Oct 05 00:25:17 2005 +0200 |
tree | 73ae3cdc3d160331d15984adc7ca410a4037eb88 | |
parent | 99b0d2851a137453f4aca5f0a3d301b776bda28b [diff] [blame] |
Fix device partition intialization for SystemACE disks. Patch by Stephen Williams, 28 Apr 2005
diff --git a/common/cmd_ace.c b/common/cmd_ace.c index fb4d358..b6d6105 100644 --- a/common/cmd_ace.c +++ b/common/cmd_ace.c
@@ -131,6 +131,7 @@ not yet initialized. In that case, fill it in. */ if (systemace_dev.blksz == 0) { systemace_dev.if_type = IF_TYPE_UNKNOWN; + systemace_dev.dev = 0; systemace_dev.part_type = PART_TYPE_UNKNOWN; systemace_dev.type = DEV_TYPE_HARDDISK; systemace_dev.blksz = 512;