diff options
author | Masanari Iida | 2012-04-17 17:01:21 +0200 |
---|---|---|
committer | Jiri Kosina | 2012-04-18 14:12:27 +0200 |
commit | 59bf896406471ac49d124b3e5f4edcafe28e5360 (patch) | |
tree | 40360c346a159f947d6284bf9c2fe38c70a7751c /arch/arm/Kconfig | |
parent | README: Remove sporadic tabs (diff) | |
download | kernel-qcow2-linux-59bf896406471ac49d124b3e5f4edcafe28e5360.tar.gz kernel-qcow2-linux-59bf896406471ac49d124b3e5f4edcafe28e5360.tar.xz kernel-qcow2-linux-59bf896406471ac49d124b3e5f4edcafe28e5360.zip |
Fix "the the" in various Kconfig
Fix typo "the the" in various Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf006d40342c..73f90dd5554b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1927,10 +1927,10 @@ choice default ZBOOT_ROM_NONE help Include experimental SD/MMC loading code in the ROM-able zImage. - With this enabled it is possible to write the the ROM-able zImage + With this enabled it is possible to write the ROM-able zImage kernel image to an MMC or SD card and boot the kernel straight from the reset vector. At reset the processor Mask ROM will load - the first part of the the ROM-able zImage which in turn loads the + the first part of the ROM-able zImage which in turn loads the rest the kernel image to RAM. config ZBOOT_ROM_NONE |