Renamed cpu/i386/reset.S to resetvec.S
[platform/kernel/u-boot.git] / cpu / i386 / resetvec.S
similarity index 97%
rename from cpu/i386/reset.S
rename to cpu/i386/resetvec.S
index 07a7384..d9222dd 100644 (file)
@@ -26,7 +26,7 @@
 
 .extern start16
 
-.section .reset, "ax"
+.section .resetvec, "ax"
 .code16
 reset_vector:
        cli