1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

The default KERNLOADADDR does not work on MALTA hardware. On my platform the

"First free SDRAM address" reported by YAMON is 0x800b6e61.

So use a conservative KERNLOADADDR of 0x80100000.

Approved by: imp (mentor)
This commit is contained in:
Neel Natu 2009-10-20 04:31:20 +00:00
parent f2c23ba7c4
commit d428afbbbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=198263

View File

@ -21,6 +21,7 @@ ident MALTA
#makeoptions ARCH_FLAGS=-march=mips32
makeoptions MIPS_LITTLE_ENDIAN=defined
makeoptions KERNLOADADDR=0x80100000
options YAMON