From 5e928acf22cdc956eabe6e4b2327b34eb0ee66da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 2 Aug 2019 20:35:59 +0200 Subject: brcm2708: add bcm2711 subtarget (RPi 4B aarch64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/config-bcm2711-arm64.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/brcm2708/image/config-bcm2711-arm64.txt (limited to 'target/linux/brcm2708/image/config-bcm2711-arm64.txt') diff --git a/target/linux/brcm2708/image/config-bcm2711-arm64.txt b/target/linux/brcm2708/image/config-bcm2711-arm64.txt new file mode 100644 index 0000000000..525d7039ed --- /dev/null +++ b/target/linux/brcm2708/image/config-bcm2711-arm64.txt @@ -0,0 +1,14 @@ +################################################################################ +# Bootloader configuration - config.txt +################################################################################ + +################################################################################ +# For overclocking and various other settings, see: +# https://www.raspberrypi.org/documentation/configuration/config-txt/README.md +################################################################################ + +# Force aarch64 +arm_64bit=1 + +# USBs not working with > 3GB +total_mem=3072 -- cgit v1.2.3