summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-05-23 11:02:46 +0100
committerAndrei Gherzan <andrei@gherzan.com>2017-05-26 12:16:52 +0100
commita30708d49c003c67cbeb75e30eaae2d26b3f1cf9 (patch)
tree61b8835cc78ee90d4232542fc2c61d4184e59eff /docs
parentbf02bfd2eda924ff2fdc0801dc527ace1af0746b (diff)
downloadmeta-raspberrypi-a30708d49c003c67cbeb75e30eaae2d26b3f1cf9.tar.gz
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 <pbarker@toganlabs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/extra-build-config.md21
1 files changed, 11 insertions, 10 deletions
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).
20 20
21## GPU memory 21## GPU memory
22 22
23| Variable | Details | 23* `GPU_MEM`: GPU memory in megabyte. Sets the memory split between the ARM and
24|----------------|---------------------------------------------------------------------| 24 GPU. ARM gets the remaining memory. Min 16. Default 64.
25| `GPU_MEM` | GPU memory in megabyte. Sets the memory split between the ARM and | 25
26| | GPU. ARM gets the remaining memory. Min 16. Default 64. | 26* `GPU_MEM_256`: GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by
27| `GPU_MEM_256` | GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the | 27 the 512MB RP. Overrides gpu_mem. Max 192. Default not set.
28| | 512MB RP. Overrides gpu_mem. Max 192. Default not set. | 28
29| `GPU_MEM_512` | GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the | 29* `GPU_MEM_512`: GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by
30| | 256MB RP. Overrides gpu_mem. Max 448. Default not set. | 30 the 256MB RP. Overrides gpu_mem. Max 448. Default not set.
31| `GPU_MEM_1024` | GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by the | 31
32| | 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set. | 32* `GPU_MEM_1024`: GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by
33 the 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set.
33 34
34## Add purchased license codecs 35## Add purchased license codecs
35 36