blueswirl sparc32 -17 (without romvec.c changes)

git-svn-id: svn://coreboot.org/openbios/openbios-devel@32 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-05-25 21:02:53 +00:00
parent 2e863bf2ce
commit 40d0162516
5 changed files with 31 additions and 19 deletions

View File

@@ -119,7 +119,7 @@ sunparts_open( sunparts_info_t *di )
RET(0);
}
bs = 512; // XXX get real block size?
bs = 512;
/* get partition data */
p = (struct sun_disklabel *)buf;