summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/platforms
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2022-11-15 12:42:34 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-11-23 21:44:07 +0100
commit54715bbe2686ba74ae0118bc739634d3bdb2da44 (patch)
tree40875f2a494e2f24b0f0ead1f7de31862ef05a3f /configs/platform-rpi/platforms
parent916446efddc21d2a70858453bd49b8549632616a (diff)
downloadDistroKit-54715bbe2686ba74ae0118bc739634d3bdb2da44.tar.gz
DistroKit-54715bbe2686ba74ae0118bc739634d3bdb2da44.tar.xz
rpi: rename platform to rpi1
Make it clear that this platform is really only used for the legacy ARMv6-based RPi 1 boards, so that there is no confusion when trying to use it for RPi 2 or later, even for people who don't read the documentation. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi/platforms')
-rw-r--r--configs/platform-rpi/platforms/image-boot-vfat.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/configs/platform-rpi/platforms/image-boot-vfat.in b/configs/platform-rpi/platforms/image-boot-vfat.in
deleted file mode 100644
index b992383..0000000
--- a/configs/platform-rpi/platforms/image-boot-vfat.in
+++ /dev/null
@@ -1,23 +0,0 @@
-## SECTION=image
-
-config IMAGE_BOOT_VFAT
- tristate
- select HOST_GENIMAGE
- select HOST_MTOOLS
- select HOST_DOSFSTOOLS
- select BAREBOX
- select KERNEL
- prompt "Generate image/boot.vfat"
- help
- FIXME
-
-if IMAGE_BOOT_VFAT
-
-config IMAGE_BOOT_VFAT_GPU_MEM
- int
- default 64
- prompt "GPU memory"
- help
- GPU memory in megabyte. Sets the memory split between the ARM
- and GPU. ARM gets the remaining memory. Min 16.
-endif