aa8d2ab5dd0f6d160d7fbf15669ada93cb066288
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rpi-firmware / config.txt
1 # Please note that this is only a sample, we recommend you to change it to fit
2 # your needs.
3 # You should override this file using a post-build script.
4 # See http://buildroot.org/downloads/manual/manual.html#rootfs-custom
5 # and http://elinux.org/RPiconfig for a description of config.txt syntax
6
7 kernel=zImage
8
9 # To use an external initramfs file
10 #initramfs rootfs.cpio.gz
11
12 # Disable overscan assuming the display supports displaying the full resolution
13 # If the text shown on the screen disappears off the edge, comment this out
14 disable_overscan=1
15
16 # How much memory in MB to assign to the GPU on Pi models having
17 # 256, 512 or 1024 MB total memory
18 gpu_mem_256=100
19 gpu_mem_512=100
20 gpu_mem_1024=100