From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Tue, 11 Jun 2019 12:40:02 +0200 Subject: [U-Boot] [U-Boot, 1/1] configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT In-Reply-To: References: <20190227190543.3325-1-xypron.glpk@gmx.de> Message-ID: <87bb71c4-5e37-1bb8-7c61-8b775e57ca73@gmx.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 4/21/19 6:57 PM, Philipp Tomsich wrote: >> The SPL for the Tinker Board has to fit into 32 KiB. Currently this limit >> is exceeded. >> >> CONFIG_SPL_I2C_SUPPORT is not needed to move to main U-Boot. So let's >> disable it. >> >> Suggested-by: David Wu >> Signed-off-by: Heinrich Schuchardt >> Reviewed-by: David Wu >> --- >> This solves only one of the problems with the boards in v2019.04. >> The next problem is that reading the environment from MMC fails. >> >> The patch >> [PATCH v3 1/1] configs: rk3288: Tinker Board SPL file must fit into 32 KiB >> https://lists.denx.de/pipermail/u-boot/2019-February/358883.html >> makes the problem visibe. >> --- >> configs/tinker-rk3288_defconfig | 1 - >> 1 file changed, 1 deletion(-) >> > > Reviewed-by: Philipp Tomsich Hello Tom, could you, please, merge this patch that has been lingering since February to fix the build issue for the TinkerBoard: https://lists.denx.de/pipermail/u-boot/2019-February/360367.html https://patchwork.ozlabs.org/patch/1049112/ You will have to rebase the patch: CONFIG_SPL_TEXT_BASE=0xff704000 <<<< change this line CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000 -CONFIG_SPL_I2C_SUPPORT=y CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y Best regards Heinrich