Author: cwittich
Date: Thu Apr 23 12:13:54 2015
New Revision: 67367

URL: http://svn.reactos.org/svn/reactos?rev=67367&view=rev
Log:
[FREELDR]
rename boot.s to boot.S

Added:
    trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.S
      - copied unchanged from r67365, 
trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s
Removed:
    trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s

Removed: trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s?rev=67366
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s  [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s  (removed)
@@ -1,27 +0,0 @@
-/*
- * PROJECT:         ReactOS Boot Loader
- * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            boot/freeldr/arch/arm/boot.s
- * PURPOSE:         Implements the entry point for ARM machines
- * PROGRAMMERS:     ReactOS Portable Systems Group
- */
-
-#include <ksarm.h>
-
-    //.title "ARM FreeLDR Entry Point"
-    //.include "ntoskrnl/include/internal/arm/kxarm.h"
-    //.include "ntoskrnl/include/internal/arm/ksarm.h"
-    //.section .init
-
-    NESTED_ENTRY _start
-    PROLOG_END _start
-
-    //b ArmInit
-
-    ENTRY_END _start
-
-//L_ArmInit:
-//    .long ArmInit
-
-    END
-/* EOF */


Reply via email to