From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 May 2018 18:00:22 +0000 Subject: [U-Boot] [PATCH 1/3] board: Kconfig: Re-Arrangement of PPA firmware and header addresses References: <1527053611-26970-1-git-send-email-Bhaskar.Upadhaya@nxp.com> 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 On 05/23/2018 03:15 AM, Bhaskar Upadhaya wrote: > ppa firmware and header address may vary depending upon different boards, > configure ppa firmware and header address in board specific kconfig > > Signed-off-by: Vinitha V Pillai > Signed-off-by: Jagdish Gediya > Signed-off-by: Bhaskar Upadhaya > --- > arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 34 ------------------------------- > board/freescale/ls1012afrdm/Kconfig | 4 ++++ > board/freescale/ls1012aqds/Kconfig | 3 +++ > board/freescale/ls1012ardb/Kconfig | 14 +++++++++++++ > board/freescale/ls1043aqds/Kconfig | 16 +++++++++++++++ > board/freescale/ls1043ardb/Kconfig | 14 +++++++++++++ > board/freescale/ls1046aqds/Kconfig | 16 +++++++++++++++ > board/freescale/ls1046ardb/Kconfig | 15 ++++++++++++++ > board/freescale/ls1088a/Kconfig | 28 +++++++++++++++++++++++++ > board/freescale/ls2080aqds/Kconfig | 16 +++++++++++++++ > board/freescale/ls2080ardb/Kconfig | 31 ++++++++++++++-------------- > 11 files changed, 141 insertions(+), 50 deletions(-) > I guess this one supersedes http://patchwork.ozlabs.org/patch/908676/, doesn't it? It would be nice to update the patch version, instead of sending a new one. York