Page MenuHomeFreeBSD

D21487.id61541.diff
No OneTemporary

D21487.id61541.diff

Index: stand/mips/uboot/Makefile
===================================================================
--- stand/mips/uboot/Makefile
+++ stand/mips/uboot/Makefile
@@ -19,7 +19,11 @@
WARNS?= 1
# Address at which ubldr will be loaded.
# This varies for different boards and SOCs.
+.if ${MACHINE_ARCH} == "mips"
+UBLDR_LOADADDR?= 0x80800000
+.else
UBLDR_LOADADDR?= 0xffffffff80800000
+.endif
# Architecture-specific loader code
SRCS= start.S conf.c vers.c

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 4:32 PM (56 m, 19 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31989097
Default Alt Text
D21487.id61541.diff (461 B)

Event Timeline