diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-15 17:03:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-15 17:03:29 +0000 |
commit | bfe5dcd235b469b42246924d8a825ac451eec6bc (patch) | |
tree | 7763a34b7401b5ce95f1129c36484236d839f0b8 /target/linux/generic/config-3.10 | |
parent | 9aa1ed8c463ebf36a3c3530a29ed18caf9d97534 (diff) | |
download | upstream-bfe5dcd235b469b42246924d8a825ac451eec6bc.tar.gz upstream-bfe5dcd235b469b42246924d8a825ac451eec6bc.tar.bz2 upstream-bfe5dcd235b469b42246924d8a825ac451eec6bc.zip |
kernel/3.10: add new Kconfig option for firmware partition split
Add a new kernel config option for generic firmware partition
split support and change the uImage split support to depend on
the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to
MTD_SPLIT_FIRMWARE_NAME to make it more generic.
The patch is in preparation for multiple firmware format
support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38002 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.10')
-rw-r--r-- | target/linux/generic/config-3.10 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 3cf5bb2e03..0f3b78f2a7 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1931,12 +1931,13 @@ CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y # CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_SPLIT_FIRMWARE is not set +CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware" # CONFIG_MTD_SST25L is not set # CONFIG_MTD_SWAP is not set # CONFIG_MTD_TESTS is not set # CONFIG_MTD_UBI is not set # CONFIG_MTD_UIMAGE_SPLIT is not set -CONFIG_MTD_UIMAGE_SPLIT_NAME="firmware" # CONFIG_MUTEX_SPIN_ON_OWNER is not set # CONFIG_MV643XX_ETH is not set # CONFIG_MVMDIO is not set |