Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147971215
D21487.id62244.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
475 B
Referenced Files
None
Subscribers
None
D21487.id62244.diff
View Options
Index: head/stand/mips/uboot/Makefile
===================================================================
--- head/stand/mips/uboot/Makefile
+++ head/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:Mmips64*}
UBLDR_LOADADDR?= 0xffffffff80800000
+.else
+UBLDR_LOADADDR?= 0x80800000
+.endif
# Architecture-specific loader code
SRCS= start.S conf.c vers.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 11:02 PM (2 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29739977
Default Alt Text
D21487.id62244.diff (475 B)
Attached To
Mode
D21487: mips: ubldr: use truncated load address for mips32
Attached
Detach File
Event Timeline
Log In to Comment