python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / rpi-firmware / config.txt
blob58cc966a8745709ac37a9b11d485f83036c37ff2
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/manual.html#rootfs-custom
5 # and http://elinux.org/RPiconfig for a description of config.txt syntax
7 kernel=zImage
9 # To use an external initramfs file
10 #initramfs rootfs.cpio.gz
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
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