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)',
'type': 'number',
'min': '16',
'max': '960',
'max': '944',
'section': 'expertSettings',
'advanced': True,
'reboot': True,