aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/image/Config.in
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2018-12-27 21:56:28 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-01-24 15:53:02 +0100
commit1aa00f9d139045db80d2238075f184a3418a07e4 (patch)
treea45b2dfd2e97ff5e95e38355b6dfb7ca73acd0c5 /target/linux/brcm2708/image/Config.in
parentb1781d58410596004f0f428706a4f65645eb6565 (diff)
downloadupstream-1aa00f9d139045db80d2238075f184a3418a07e4.tar.gz
upstream-1aa00f9d139045db80d2238075f184a3418a07e4.tar.bz2
upstream-1aa00f9d139045db80d2238075f184a3418a07e4.zip
brcm2708: boot-part feature integration
This patch adds the boot-part feature which enables the brcm2708 target move from the custom boot partition size config option to the generic CONFIG_TARGET_KERNEL_PARTSIZE. Note: For people using custom images: Just like with CONFIG_TARGET_ROOTFS_PARTSIZE changing the value can cause sysupgrade to repartition the device! Make sure to have a backup in this case. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/image/Config.in')
-rw-r--r--target/linux/brcm2708/image/Config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/brcm2708/image/Config.in b/target/linux/brcm2708/image/Config.in
deleted file mode 100644
index f7abd9d39d..0000000000
--- a/target/linux/brcm2708/image/Config.in
+++ /dev/null
@@ -1,5 +0,0 @@
-config BRCM2708_SD_BOOT_PARTSIZE
- int "Boot (SD Card) filesystem partition size (in MB)"
- depends on TARGET_brcm2708
- default 20
-