diskstart: move writestr_early out of boot sector
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 25 Jan 2011 22:11:11 +0000 (14:11 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 25 Jan 2011 22:11:11 +0000 (14:11 -0800)
commitac1a3f7dc145eafd199f2d14d26b34c77af7d586
treec5709bb3ae8eb0e55ee5709fffe0ef454cc9b668
parent808d43ea43c9df30a0a6922ef4cb4678634d41ab
diskstart: move writestr_early out of boot sector

We can save 8 bytes in the boot sector by moving writestr_early out
and putting the real routine in sector 1.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/diskboot.inc
core/diskstart.inc