summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S')
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S b/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S
index 79f7d29201..1b66af4d90 100644
--- a/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S
+++ b/c/src/lib/libbsp/powerpc/virtex/dlentry/dlentry.S
@@ -41,7 +41,7 @@
#warning The call is "void boot_card(const char* cmdline);"
#warning You need to pass a NULL.
#warning Please check and remove these errors.
-
+
/*
* The virtex ELF link scripts support three special sections:
* .entry The actual entry point
@@ -116,7 +116,7 @@ text_length:
lis r2,__vectors@h /* set EVPR exc. vector prefix */
#else
lis r2,0
-#endif
+#endif
mtspr evpr,r2
/*-------------------------------------------------------------------