
Hi Tom,
The following changes since commit ce0d1e48165fdd3bde4bb431f1d2e100b1617a6e:
Merge tag 'xilinx-for-v2019.04' of git://git.denx.de/u-boot-microblaze (2019-01-24 10:47:05 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-arc.git tags/arc-fixes-for-2019.04-rc1
for you to fetch changes up to fae3798ac9f6de5a4cb1aa1e849d419a2bb8dbbe:
ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN (2019-01-25 08:41:09 +0300)
---------------------------------------------------------------- A couple of trivial fixes and improvements for ARC
Most notable are: * Move of ENV_SIZE/ENV_OFFSET to Kconfig * Fix with private structure allocation for arc_uart * Definition of CONFIG_SYS_CACHELINE_SIZE useful for building drivers
---------------------------------------------------------------- Alexey Brodkin (5): serial: Get rid of CONFIG_DW_SERIAL ARC: Move ENV_SIZE and ENV_OFFSET to Kconfig serial_arc: Allocate buffer for private data ARC: Fix iteration in arc_xx_version() ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN
arch/arc/include/asm/cache.h | 3 +++ arch/arc/lib/cpu.c | 4 ++-- configs/emsdp_defconfig | 1 + configs/iot_devkit_defconfig | 1 + configs/tb100_defconfig | 1 + drivers/serial/serial_arc.c | 1 + env/Kconfig | 4 +++- include/configs/axs10x.h | 2 -- include/configs/emsdp.h | 1 - include/configs/hsdk.h | 3 --- include/configs/iot_devkit.h | 1 - include/configs/nsim.h | 6 ------ include/configs/tb100.h | 6 ------ scripts/config_whitelist.txt | 1 - 14 files changed, 12 insertions(+), 23 deletions(-)
Regards, Alexey