]> git.baikalelectronics.ru Git - uboot.git/commit
arch/arm/Makefile: sort machine names
authorTrevor Woerner <twoerner@gmail.com>
Wed, 6 May 2020 12:02:37 +0000 (08:02 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 15 May 2020 18:47:35 +0000 (14:47 -0400)
commitb76dde5bed3654abdacc96cc4e3a0dcfbc93fa81
tree16aadb599294a10981392cce548b81db8d9178cd
parent555ce27c0eebc17d3c79472e153b9c4de86dd040
arch/arm/Makefile: sort machine names

The comment immediately above the block of machine directory names implored
users to keep the macro names sorted, but, alas, this is no longer the case.

Put the list of machine directory names back in alphanumerical order by
CONFIG_* macro name, as the comment asks. Sort all the symbols as though they
all followed the convention of having the string "ARCH_" in the middle of
their definitions.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
arch/arm/Makefile