From a30708d49c003c67cbeb75e30eaae2d26b3f1cf9 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 23 May 2017 11:02:46 +0100 Subject: docs: Remove incompatible table format Sadly sphinx doesn't support pipe tables in markdown at the minute. Let's use a bullet-point list instead. Signed-off-by: Paul Barker --- docs/extra-build-config.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'docs/extra-build-config.md') diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index ed0261e..cce2bf7 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md @@ -20,16 +20,17 @@ Accommodate the values above to your own needs (ex: ext3 / ext4). ## GPU memory -| Variable | Details | -|----------------|---------------------------------------------------------------------| -| `GPU_MEM` | GPU memory in megabyte. Sets the memory split between the ARM and | -| | GPU. ARM gets the remaining memory. Min 16. Default 64. | -| `GPU_MEM_256` | GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the | -| | 512MB RP. Overrides gpu_mem. Max 192. Default not set. | -| `GPU_MEM_512` | GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the | -| | 256MB RP. Overrides gpu_mem. Max 448. Default not set. | -| `GPU_MEM_1024` | GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by the | -| | 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set. | +* `GPU_MEM`: GPU memory in megabyte. Sets the memory split between the ARM and + GPU. ARM gets the remaining memory. Min 16. Default 64. + +* `GPU_MEM_256`: GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by + the 512MB RP. Overrides gpu_mem. Max 192. Default not set. + +* `GPU_MEM_512`: GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by + the 256MB RP. Overrides gpu_mem. Max 448. Default not set. + +* `GPU_MEM_1024`: GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by + the 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set. ## Add purchased license codecs -- cgit v1.2.3-54-g00ecf