bcm2835-bootloader: use 128MB as GPU MEM, even on 256MB RPis

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-03-18 07:38:43 +01:00
parent c1c444db63
commit ed6c301e05
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
gpu_mem=128
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
gpu_mem_256=100
gpu_mem_256=128
gpu_mem_512=128
################################################################################

View File

@ -43,7 +43,7 @@
cat $SYSTEM_ROOT/usr/share/bootloader/config.txt \
$BOOT_ROOT/config.txt.bk > $BOOT_ROOT/config.txt
else
sed -e "s,# gpu_mem_256=128,gpu_mem_256=100,g" -i $BOOT_ROOT/config.txt
sed -e "s,# gpu_mem_256=100,gpu_mem_256=128,g" -i $BOOT_ROOT/config.txt
sed -e "s,# gpu_mem_512=128,gpu_mem_512=128,g" -i $BOOT_ROOT/config.txt
fi