x86: Undo workaround required by Diab toolchain
This workaround is no longer required. Change-Id: I797237be77b7568fe836df0e82640027d8d4882b Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
eff3508f16
commit
7011b1c8da
1 changed files with 1 additions and 6 deletions
|
@ -108,12 +108,7 @@ SECTION_FUNC(TEXT_START, __start)
|
|||
movw %ax, %gs /* set GS */
|
||||
movw %ax, %ss /* set SS */
|
||||
|
||||
/* this is 'ljmp $0x08:$_csSet': diab 5.9.1.0 does not encode
|
||||
* it correctly */
|
||||
.byte 0xea
|
||||
.long __csSet
|
||||
.byte 0x08
|
||||
.byte 0x00
|
||||
ljmp $0x08, $__csSet /* set CS = 0x08 */
|
||||
|
||||
__csSet:
|
||||
#endif /* CONFIG_BOOTLOADER_UNKNOWN */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue