blob: 1af8ed0dfee4cad12c8db51fdb9f8179e1a2460a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
################################################################################
# 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
|