diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-12-27 19:12:23 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-01 16:39:59 +0100 |
commit | 257de1b01f985a96a08ba26f2feb5cffec89b911 (patch) | |
tree | a33fb1f34771ff7cdcb00b8396189072124614da /config | |
parent | 7d009d8e6abbd9c58c886d0ed75aecb7f80dc7f0 (diff) | |
download | upstream-257de1b01f985a96a08ba26f2feb5cffec89b911.tar.gz upstream-257de1b01f985a96a08ba26f2feb5cffec89b911.tar.bz2 upstream-257de1b01f985a96a08ba26f2feb5cffec89b911.zip |
apm821xx: sata: boot-part feature integration
This patch adds the boot-part feature to the apm82181 sata target.
This makes it possible to configure the boot partition size with
the generic CONFIG_TARGET_KERNEL_PARTSIZE symbol.
Please note: For people using custom images: Just like with
CONFIG_TARGET_ROOTFS_PARTSIZE changing the value can cause
sysupgrade to repartition the device!
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 6fa9a67cb6..245aed098b 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -269,6 +269,7 @@ menu "Target Images" config TARGET_KERNEL_PARTSIZE int "Kernel partition size (in MB)" depends on GRUB_IMAGES || USES_BOOT_PART + default 8 if TARGET_apm821xx_sata default 16 config TARGET_ROOTFS_PARTSIZE |