diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2017-06-16 08:51:43 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2017-06-30 18:49:20 +0200 |
commit | 8a984f6e97161d2cd95cdd917b451836653c5497 (patch) | |
tree | 9dc1708ad8b0ff0ebbd8cecdace323d75f2c62ad /configs/platform-v7a/platforms | |
parent | 5dbe65d9c12d35f8e4b9b674b492f98dbe76832a (diff) | |
download | DistroKit-8a984f6e97161d2cd95cdd917b451836653c5497.tar.gz DistroKit-8a984f6e97161d2cd95cdd917b451836653c5497.tar.xz |
platform-v7a: remove old barebox and images
We will split up the image generation into one image per target hardware
in subsequent patches.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
[improved commit message]
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/platforms')
-rw-r--r-- | configs/platform-v7a/platforms/barebox-gf.in | 20 | ||||
-rw-r--r-- | configs/platform-v7a/platforms/image-boot-vfat.in | 22 |
2 files changed, 0 insertions, 42 deletions
diff --git a/configs/platform-v7a/platforms/barebox-gf.in b/configs/platform-v7a/platforms/barebox-gf.in deleted file mode 100644 index 54f45f6..0000000 --- a/configs/platform-v7a/platforms/barebox-gf.in +++ /dev/null @@ -1,20 +0,0 @@ -## SECTION=bootloader - -config BAREBOX_GF - tristate - prompt "Barebox (gf)" - select HOST_LZOP if BAREBOX_GF_NEEDS_HOST_LZOP - help - Gute Fee support for barebox. - -if BAREBOX_GF - -config BAREBOX_GF_NEEDS_HOST_LZOP - prompt "barebox gf needs lzop" - bool - help - The barebox gf can be compressed. Select this if lzop - is used in order to compile lzop for your development - host. - -endif diff --git a/configs/platform-v7a/platforms/image-boot-vfat.in b/configs/platform-v7a/platforms/image-boot-vfat.in deleted file mode 100644 index 6ac5dd9..0000000 --- a/configs/platform-v7a/platforms/image-boot-vfat.in +++ /dev/null @@ -1,22 +0,0 @@ -## SECTION=image2 - -config IMAGE_BOOT_VFAT - tristate - select HOST_GENIMAGE - select HOST_MTOOLS - select HOST_DOSFSTOOLS - 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 |