aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/raspberrypi2.conf')
-rw-r--r--conf/machine/raspberrypi2.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index bd191c3..8cb859e 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -4,9 +4,11 @@
DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
-require conf/machine/include/tune-cortexa7.inc
+require conf/machine/include/arm/armv7a/tune-cortexa7.inc
include conf/machine/include/rpi-base.inc
+SDIMG_KERNELIMAGE ?= "kernel7.img"
SERIAL_CONSOLES ?= "115200;ttyAMA0"
-
UBOOT_MACHINE = "rpi_2_config"
+
+ARMSTUB ?= "armstub7.bin"