summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S')
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S
index 43693ebbf3..60339decda 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S
@@ -245,6 +245,10 @@ bss_addr:
stw r3, 4(r1)
stw r3, 8(r1)
stw r3, 12(r1)
+ lis r5,environ@ha
+ la r5,environ@l(r5) /* environp */
+ li r4, 0 /* argv */
+ li r3, 0 /* argc */
.extern SYM (boot_card)
b SYM (boot_card) /* call the first C routine */
@@ -287,3 +291,5 @@ clear_bss:
#if PPC_ABI == PPC_ABI_POWEROPEN
DESCRIPTOR (startup)
#endif
+
+ .comm environ,4,4