diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2018-04-01 02:08:41 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-01 08:06:37 +0200 |
| commit | f65a435e4595f1f6c9a1ff2715d2241d20f9213b (patch) | |
| tree | 0192a28f7ba600e576cbcd1ba32331111aacdad6 /boot/at91bootstrap3 | |
| parent | f96b4b9e5716a3ebbcaa239020aabc865603746b (diff) | |
| download | buildroot-f65a435e4595f1f6c9a1ff2715d2241d20f9213b.tar.gz buildroot-f65a435e4595f1f6c9a1ff2715d2241d20f9213b.zip | |
boot/*/Config.in: re-wrap help text
... to follow the convention <tab><2 spaces><62 chars>.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'boot/at91bootstrap3')
| -rw-r--r-- | boot/at91bootstrap3/Config.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in index bdc1e775a8..614363c9a6 100644 --- a/boot/at91bootstrap3/Config.in +++ b/boot/at91bootstrap3/Config.in @@ -4,9 +4,11 @@ config BR2_TARGET_AT91BOOTSTRAP3 help AT91Bootstrap is a first level bootloader for the Atmel AT91 devices. It integrates algorithms for: - - Device initialization such as clock configuration, PIO settings... + - Device initialization such as clock configuration, PIO + settings... - Peripheral drivers such as PIO, PMC or SDRAMC... - - Physical media algorithm such as DataFlash, NandFlash, NOR Flash... + - Physical media algorithm such as DataFlash, NandFlash, NOR + Flash... if BR2_TARGET_AT91BOOTSTRAP3 @@ -20,8 +22,8 @@ config BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT bool "Custom Git repository" help - This option allows Buildroot to get the AT91 Bootstrap 3 source - code from a Git repository. + This option allows Buildroot to get the AT91 Bootstrap 3 + source code from a Git repository. endchoice |

