blob: 441c135b21c1bea6e8215d015e41211797c18b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
include "../amlogic/aml8726/std.aml8726"
makeoptions FDT_DTS_FILE=odroidc1.dts
options SMP # Enable multiple cores
files "../amlogic/aml8726/files.smp"
# Physical memory starts at 0x00000000. We assume the kernel is loaded
# at 0x00100000 by u-boot (which doesn't support ubldr since it's missing
# CONFIG_API). The kernel must be supplied as a binary since u-boot is
# also missing CONFIG_CMD_ELF.
#
#
options KERNVIRTADDR=0xc0100000 # Used in ldscript.arm
makeoptions KERNVIRTADDR=0xc0100000
|