Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1534763 > unrolled thread
| Started by | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| First post | 2016-12-02 10:30 +0100 |
| Last post | 2016-12-08 04:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: multi_v7_defconfig: fix config typo Valentin Rothberg <valentinrothberg@gmail.com> - 2016-12-02 10:30 +0100
Re: [PATCH] ARM: multi_v7_defconfig: fix config typo Florian Fainelli <f.fainelli@gmail.com> - 2016-12-08 04:00 +0100
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Date | 2016-12-02 10:30 +0100 |
| Subject | [PATCH] ARM: multi_v7_defconfig: fix config typo |
| Message-ID | <sJSki-1ZS-21@gated-at.bofh.it> |
s/CONFIG_CONFIG_BCM47XX_NVRAM/CONFIG_BCM47XX_NVRAM/ Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> --- Detected by running scripts/checkkconfigsymbols.py arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index b01a43851294..6014a6be8459 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -893,7 +893,7 @@ CONFIG_BCM2835_MBOX=y CONFIG_RASPBERRYPI_FIRMWARE=y CONFIG_EFI_VARS=m CONFIG_EFI_CAPSULE_LOADER=m -CONFIG_CONFIG_BCM47XX_NVRAM=y +CONFIG_BCM47XX_NVRAM=y CONFIG_BCM47XX_SPROM=y CONFIG_EXT4_FS=y CONFIG_AUTOFS4_FS=y -- 2.10.2
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-12-08 04:00 +0100 |
| Message-ID | <sLX69-aT-7@gated-at.bofh.it> |
| In reply to | #1534763 |
Le 12/02/16 à 01:24, Valentin Rothberg a écrit : > s/CONFIG_CONFIG_BCM47XX_NVRAM/CONFIG_BCM47XX_NVRAM/ > > Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Applied thanks! -- Florian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web