From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Sat, 26 Dec 2020 01:08:59 +0100 Subject: [PATCH v1 0/3] arm: xea: Regression fixes for i.MX28 based XEA board Message-ID: <20201226000902.23020-1-lukma@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 This patch set provides boot regression fix and some enhancements for i.MX28 based XEA board. The most notably one is the disablement of CONFIG_SPL_OF_PLATDATA_PARENT which prevents from having the board bricked. Lukasz Majewski (3): xea: spl: Disable pull UP for GPIO0_2{35} xea: config: Use CONFIG_PREBOOT from Kconfig xea: config: Disable CONFIG_SPL_OF_PLATDATA_PARENT on XEA (imx28) board/liebherr/xea/spl_xea.c | 2 +- configs/imx28_xea_defconfig | 3 +++ include/configs/xea.h | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) -- 2.20.1