From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 9 Jun 2016 08:10:58 +0200 Subject: [U-Boot] [PATCH 8/8] x86: broadwell: gpio: Remove the codes to set up pin control In-Reply-To: <1465387659-30011-9-git-send-email-bmeng.cn@gmail.com> References: <1465387659-30011-1-git-send-email-bmeng.cn@gmail.com> <1465387659-30011-9-git-send-email-bmeng.cn@gmail.com> Message-ID: <57590872.8030104@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 On 08.06.2016 14:07, Bin Meng wrote: > Now that we have set up pin control in cpu_init_r(), remove the > duplicated codes in the broadwell gpio driver. > > Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Thanks, Stefan