X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fi386%2Freset.S;h=07a7384927853d49b4e261e983b4775671295d23;hb=3a1ed1e1f922c419bb71f7df4949d783ade369fa;hp=57e32a8b7f03cee56bed76b85c833419ba74df5c;hpb=2262cfeef91458b01a1bfe3812ccbbfdf8b82807;p=oweals%2Fu-boot.git diff --git a/cpu/i386/reset.S b/cpu/i386/reset.S index 57e32a8b7f..07a7384927 100644 --- a/cpu/i386/reset.S +++ b/cpu/i386/reset.S @@ -1,5 +1,5 @@ /* - * U-boot - i386 Startup Code + * U-boot - i386 Startup Code * * Copyright (c) 2002 Omicron Ceti AB, Daniel Engström * @@ -28,11 +28,10 @@ .section .reset, "ax" .code16 -reset_vector: - cli - cld - jmp start16 +reset_vector: + cli + cld + jmp start16 .org 0xf nop -