diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-19 19:33:36 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-20 21:56:21 +0100 |
| commit | ca13d79422280f2f5e725c559cfe56a96fa93269 (patch) | |
| tree | 03e18bde46a29da3584bb3a90b8ff8b64f4ee666 /conf/machine/raspberrypi3.conf | |
| parent | 220c3bf0966a494b52bd4310557cc914d7adf677 (diff) | |
| download | meta-raspberrypi-ca13d79422280f2f5e725c559cfe56a96fa93269.tar.gz | |
raspberrypi*: Define ARMSTUB for all machines
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine/raspberrypi3.conf')
| -rw-r--r-- | conf/machine/raspberrypi3.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index 49252fc..581e47c 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
| @@ -16,3 +16,5 @@ MACHINE_EXTRA_RRECOMMENDS += "\ | |||
| 16 | SDIMG_KERNELIMAGE ?= "kernel7.img" | 16 | SDIMG_KERNELIMAGE ?= "kernel7.img" |
| 17 | UBOOT_MACHINE = "rpi_3_32b_config" | 17 | UBOOT_MACHINE = "rpi_3_32b_config" |
| 18 | SERIAL_CONSOLES ?= "115200;ttyS0" | 18 | SERIAL_CONSOLES ?= "115200;ttyS0" |
| 19 | |||
| 20 | ARMSTUB ?= "armstub7.bin" | ||
