From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Thu, 4 Jun 2020 14:01:02 +0000 Subject: [PULL] u-boot-atmel-fixes-2020.07-a Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tom, Please pull tag u-boot-atmel-fixes-2020.07-a , the first set of changes for the 2020.07 cycle. This set includes just two small commits that fix a build warning and add a missing serial node. Thanks ! Eugen The following changes since commit dd2c676a659a03daeef31d1221da2edff009d426: Prepare v2020.07-rc1 (2020-04-28 15:55:57 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git tags/u-boot-atmel-fixes-2020.07-a for you to fetch changes up to d32cbefc8ac82bd0206f806efb07df82c4b92d5b: ARM: dts: sama5d2: Add uart4 definition (2020-05-18 15:00:20 +0300) ---------------------------------------------------------------- First set of u-boot-atmel fixes for 2020.07 cycle ---------------------------------------------------------------- Josef Lusticky (1): board: atmel: Fix compiler warning 'board_usb_hw_init()' not used Tiaki Rice (1): ARM: dts: sama5d2: Add uart4 definition arch/arm/dts/sama5d2.dtsi | 8 ++++++++ board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 2 ++ board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c | 2 ++ board/atmel/sama5d2_xplained/sama5d2_xplained.c | 2 ++ 4 files changed, 14 insertions(+)