diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2018-04-01 02:08:35 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-01 08:06:37 +0200 |
| commit | f96b4b9e5716a3ebbcaa239020aabc865603746b (patch) | |
| tree | ee7cac0f82eb4f144b0f088b47be5b23dfb3b0b2 /boot/at91bootstrap3 | |
| parent | 560ab2cb956e936ead76074c5e8e6f6c0287074a (diff) | |
| download | buildroot-f96b4b9e5716a3ebbcaa239020aabc865603746b.tar.gz buildroot-f96b4b9e5716a3ebbcaa239020aabc865603746b.zip | |
boot/*/Config.in: fix attributes order
... to follow the convention: type, default, depends on, select, help.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in index 237deb929c..bdc1e775a8 100644 --- a/boot/at91bootstrap3/Config.in +++ b/boot/at91bootstrap3/Config.in @@ -1,6 +1,6 @@ config BR2_TARGET_AT91BOOTSTRAP3 - depends on BR2_arm926t || BR2_cortex_a5 bool "AT91 Bootstrap 3" + depends on BR2_arm926t || BR2_cortex_a5 help AT91Bootstrap is a first level bootloader for the Atmel AT91 devices. It integrates algorithms for: |

