mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
5e928acf22
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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
|