lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <d5e5a7f987458f42f24a557a0f4e35f94c43fc09.1330006537.git.nicolas.ferre@atmel.com> Date: Thu, 23 Feb 2012 15:26:05 +0100 From: Nicolas Ferre <nicolas.ferre@...el.com> To: plagnioj@...osoft.com, linux-arm-kernel@...ts.infradead.org Cc: linux-kernel@...r.kernel.org, rmallon@...il.com, linux@....linux.org.uk, arnd@...db.de, Nicolas Ferre <nicolas.ferre@...el.com> Subject: [PATCH v3 21/21] ARM: at91: properly sort dtb files in Makefile.boot From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@...el.com> --- arch/arm/mach-at91/Makefile.boot | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index be7200b..0da66ca 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot @@ -13,5 +13,10 @@ params_phys-y := 0x20000100 initrd_phys-y := 0x20410000 endif -dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb usb_a9g20.dtb +# Keep dtb files sorted alphabetically for each SoC +# sam9g20 +dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb +# sam9g45 +dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb +# sam9x5 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g25ek.dtb -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists