raspberrypi2: the max gpu_mem value is 944 in fact

This commit is contained in:
Calin Crisan 2015-11-02 00:46:56 +02:00
parent b90077b4f1
commit 120f104baf

View File

@ -180,7 +180,7 @@ def gpuMem():
'description': 'set the amount of memory reserved for the GPU (choose at least 96MB if you use the CSI camera board)', 'description': 'set the amount of memory reserved for the GPU (choose at least 96MB if you use the CSI camera board)',
'type': 'number', 'type': 'number',
'min': '16', 'min': '16',
'max': '960', 'max': '944',
'section': 'expertSettings', 'section': 'expertSettings',
'advanced': True, 'advanced': True,
'reboot': True, 'reboot': True,