summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi2.conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-19 19:33:36 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commitca13d79422280f2f5e725c559cfe56a96fa93269 (patch)
tree03e18bde46a29da3584bb3a90b8ff8b64f4ee666 /conf/machine/raspberrypi2.conf
parent220c3bf0966a494b52bd4310557cc914d7adf677 (diff)
downloadmeta-raspberrypi-ca13d79422280f2f5e725c559cfe56a96fa93269.tar.gz
raspberrypi*: Define ARMSTUB for all machines
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine/raspberrypi2.conf')
-rw-r--r--conf/machine/raspberrypi2.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index bd191c3..505c6f2 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -10,3 +10,5 @@ include conf/machine/include/rpi-base.inc
10SERIAL_CONSOLES ?= "115200;ttyAMA0" 10SERIAL_CONSOLES ?= "115200;ttyAMA0"
11 11
12UBOOT_MACHINE = "rpi_2_config" 12UBOOT_MACHINE = "rpi_2_config"
13
14ARMSTUB ?= "armstub7.bin"