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/at91dataflashboot/Config.in | |
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/at91dataflashboot/Config.in')
-rw-r--r-- | boot/at91dataflashboot/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/at91dataflashboot/Config.in b/boot/at91dataflashboot/Config.in index 80b57a4ad0..4055f96410 100644 --- a/boot/at91dataflashboot/Config.in +++ b/boot/at91dataflashboot/Config.in @@ -1,3 +1,3 @@ config BR2_TARGET_AT91DATAFLASHBOOT - depends on BR2_arm926t bool "AT91 DataFlashBoot" + depends on BR2_arm926t |