blob: 525d7039ed2af3849ede4991a80261def21b657c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|