]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: config: Introduce CONFIG_SYS_ARM_ARCH
authorMarek Vasut <marex@denx.de>
Thu, 26 May 2016 16:01:36 +0000 (18:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jun 2016 01:21:43 +0000 (21:21 -0400)
commit66020a67c18ff78e1ca25d9ffeebab0b91d064a7
tree06e4278603e9a6a6f4777d938effcd203d71d58c
parente68df9994eaa6bdb81d9dac11a0c0b799416c91e
arm: config: Introduce CONFIG_SYS_ARM_ARCH

Introduce new helper Kconfig option, which is automatically set to
the version of ARM architecture for which the U-Boot is built. This
is useful when selecting tuning options in the libgcc imported from
Linux kernel.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig