diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-01 09:26:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-01 09:26:15 -0400 |
commit | 61523dde17d1539b8ea361e25909acfdfc465155 (patch) | |
tree | 03e544bf27cadc6d62f91e2c29c80ddfc3dff660 /arch/arc/include | |
parent | 20a619c61775d99aaed07cf69ce449de054358a4 (diff) | |
parent | 8f590063ba635264303b1713c421df331743fd46 (diff) |
Merge tag 'arc-updates-for-2018.09-rc2' of git://git.denx.de/u-boot-arc
That's a set of prety minor changes and fixes for ARC.
Among them:
* Improvement in CREG GPIO driver used on ARC dev boards
that allow us to re-use the driver for SPI's chip select
* Enable SPI-flsh on AXS10x boards which allows to update
U-Boot binary that gets loaded by boot-ROM
* Fix accommodating always utilized unaligned access by
GCC for ARC starting from 8.1.0
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/arcregs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/include/asm/arcregs.h b/arch/arc/include/asm/arcregs.h index 56ec11f789..9920d2e719 100644 --- a/arch/arc/include/asm/arcregs.h +++ b/arch/arc/include/asm/arcregs.h @@ -19,6 +19,9 @@ #define ARC_AUX_IDENTITY 0x04 #define ARC_AUX_STATUS32 0x0a +/* STATUS32 Bits Positions */ +#define STATUS_AD_BIT 19 /* Enable unaligned access */ + /* Instruction cache related auxiliary registers */ #define ARC_AUX_IC_IVIC 0x10 #define ARC_AUX_IC_CTRL 0x11 |