[U-Boot] Please pull ARC changes

Hi Tom,
These are 2 very subtle changes from which one accommodates the most recent ARC tools where "-marchs" is no longer accepted and the second one is a minor fixup that might benefit in the future once "global_data.h" gets included in assembly files (note that might easily happen because that way we include "asm-generic/global_data.h" with all its definitions).
The following changes since commit 0e1e587ff4fc2d81ad4f6313f02c5ca4c8ceea01:
Prepare v2016.07-rc3 (2016-07-01 17:43:17 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to c7dea6e259d68cc0645daf3fe2188e077748ef9e:
arc: make global_data.h usable in assembly files (2016-07-04 11:43:41 +0300)
---------------------------------------------------------------- Alexey Brodkin (2): arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HS arc: make global_data.h usable in assembly files
arch/arc/config.mk | 4 ++-- arch/arc/include/asm/global_data.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-)
Regards, Alexey

On Mon, Jul 04, 2016 at 08:49:40AM +0000, Alexey Brodkin wrote:
Hi Tom,
These are 2 very subtle changes from which one accommodates the most recent ARC tools where "-marchs" is no longer accepted and the second one is a minor fixup that might benefit in the future once "global_data.h" gets included in assembly files (note that might easily happen because that way we include "asm-generic/global_data.h" with all its definitions).
The following changes since commit 0e1e587ff4fc2d81ad4f6313f02c5ca4c8ceea01:
Prepare v2016.07-rc3 (2016-07-01 17:43:17 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to c7dea6e259d68cc0645daf3fe2188e077748ef9e:
arc: make global_data.h usable in assembly files (2016-07-04 11:43:41 +0300)
Applied to u-boot/master, thanks!
participants (2)
-
Alexey Brodkin
-
Tom Rini