From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 03 Feb 2014 13:45:31 +0900 Subject: [U-Boot] [PATCH 2/2] smdk5250: Remove 'board_usb_vbus_init()' function In-Reply-To: <1388745653-7069-2-git-send-email-gautam.vivek@samsung.com> References: <1388745653-7069-1-git-send-email-gautam.vivek@samsung.com> <1388745653-7069-2-git-send-email-gautam.vivek@samsung.com> Message-ID: <52EF1EEB.301@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/01/14 19:40, Vivek Gautam wrote: > Previously as a part of moving the VBUS gpio support to device tree > following patch removed this and added relevant support in driver: > 4a271cb exynos: usb: Switch USB VBUS GPIOs to be device tree configured > > Recent changes for common board file migration for exynos platform > added it again. So removing it now. > > Signed-off-by: Vivek Gautam > Cc: Julius Werner > Cc: Minkyu Kang > Cc: Marek Vasut > --- > board/samsung/smdk5250/smdk5250.c | 19 ------------------- > 1 file changed, 19 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.