From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 4 Jul 2016 08:49:40 +0000 Subject: [U-Boot] Please pull ARC changes Message-ID: <1467622110.9568.6.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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