Files
u-boot-tk1-som/include/configs
Masahiro Yamada cd2e46cb38 kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
Before this commit, USE_PRIVATE_LIBGCC was defined in
arch-specific config.mk and referenced in
arch/$(ARCH)/lib/Makefile.

We are not happy about parsing config.mk again and again.
We have to keep the same behavior with a different way.

By adding "CONFIG_" prefix, this macro appears
in include/autoconf.mk, include/spl-autoconf.mk.
(And treating USE_PRIVATE_LIBGCC as CONFIG macro
is reasonable enough.)

Tegra SoC family defined USE_PRIVATE_LIBGCC as "yes"
in arch/arm/cpu/arm720t/tegra*/config.mk,
whereas did not define it in arch/arm/cpu/armv7/tegra*/config.mk.

It means Tegra enables PRIVATE_LIBGCC only for SPL.
We can describe the same behavior by adding

  #ifdef CONFIG_SPL_BUILD
  # define CONFIG_USE_PRIVATE_LIBGCC
  #endif

to include/configs/tegra-common.h.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
2014-03-07 10:59:06 -05:00
..
2014-02-07 08:14:33 -05:00
2013-10-17 09:44:20 +02:00
2014-02-21 14:03:44 -05:00
2013-11-04 11:02:14 -05:00
2014-02-13 17:45:36 +01:00
2014-02-21 13:55:40 -05:00
2013-11-04 11:02:14 -05:00
2014-01-26 15:24:43 +01:00
2014-02-11 11:24:12 +01:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2013-11-04 11:09:34 -05:00
2014-02-06 04:48:15 +01:00
2014-02-19 09:41:20 +01:00
2014-02-19 09:41:20 +01:00