From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Thu, 22 Jun 2017 08:49:18 +0200 Subject: [U-Boot] [PATCH 0/2] at91: fix smartweb board support Message-ID: <1498114160-12772-1-git-send-email-hs@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support" smartweb board comes not up anymore. Fix it. While at it, fix compiler warning for drivers/usb/gadget/at91_udc.c Heiko Schocher (2): drivers, usb, gadget: fix compiler warnings for at91_udc.c atmel, at91: fix smartweb board arch/arm/dts/at91sam9260-smartweb.dts | 2 ++ board/siemens/smartweb/smartweb.c | 9 --------- configs/smartweb_defconfig | 3 +++ drivers/usb/gadget/at91_udc.c | 30 +++--------------------------- include/configs/smartweb.h | 3 +++ 5 files changed, 11 insertions(+), 36 deletions(-) -- 2.7.4