diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 13:33:45 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 20:55:01 +0300 |
commit | b1331fce45b1368398761b9a7a8806928a14cba9 (patch) | |
tree | 098cea2f6d9ae4ac681a8d55adfb40beea59bc89 /classes | |
parent | 384ca9337352417db029ea18f83cc85e8d7c68df (diff) | |
download | meta-raspberrypi-b1331fce45b1368398761b9a7a8806928a14cba9.tar.gz |
README: Move RPI_GPU_FIRMWARE instructions to README
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index aceac27..eaa42f9 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -37,11 +37,6 @@ IMAGE_ROOTFS_ALIGNMENT = "4096" | |||
37 | SDIMG_ROOTFS_TYPE ?= "ext3" | 37 | SDIMG_ROOTFS_TYPE ?= "ext3" |
38 | SDIMG_ROOTFS = "${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}" | 38 | SDIMG_ROOTFS = "${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}" |
39 | 39 | ||
40 | # Set GPU firmware image to be used | ||
41 | # arm128 : 128M ARM, 128M GPU split | ||
42 | # arm192 : 192M ARM, 64M GPU split | ||
43 | # arm224 : 224M ARM, 32M GPU split | ||
44 | # arm240 : 240M ARM, 16M GPU split | ||
45 | RPI_GPU_FIRMWARE ?= "arm192" | 40 | RPI_GPU_FIRMWARE ?= "arm192" |
46 | 41 | ||
47 | IMAGE_DEPENDS_rpi-sdimg = " \ | 42 | IMAGE_DEPENDS_rpi-sdimg = " \ |