From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 3 Apr 2017 08:26:02 +0200 Subject: [U-Boot] [PATCH 13/16] powerpc: Move setup_board_extra() into a PPC file In-Reply-To: <20170331144039.14587-14-sjg@chromium.org> References: <20170331144039.14587-1-sjg@chromium.org> <20170331144039.14587-14-sjg@chromium.org> Message-ID: <91c20784-cee6-d953-bab8-6fbfaaf705ee@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 31.03.2017 16:40, Simon Glass wrote: > We don't need this PPC-specific function in generic code. Move it to > the powerpc directory. > > Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan