mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
15 lines
571 B
Plaintext
15 lines
571 B
Plaintext
|
################################################################################
|
||
|
# 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
|