Re: [U-Boot] [PATCH 1/1] configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT

2019-06-11 Thread Tom Rini
On Wed, Feb 27, 2019 at 08:05:43PM +0100, Heinrich Schuchardt 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:

Re: [U-Boot] [PATCH 1/1] configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT

2019-04-01 Thread David Wu
Hi Philipp, This config does not look like it will be used in SPL and can be deleted. Reviewed-by: David Wu 在 2019/2/28 上午3:05, Heinrich Schuchardt 写道: 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

Re: [U-Boot] [PATCH 1/1] configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT

2019-03-31 Thread Heinrich Schuchardt
On 2/27/19 8:05 PM, Heinrich Schuchardt 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

[U-Boot] [PATCH 1/1] configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT

2019-02-27 Thread Heinrich Schuchardt
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 --- This solves only one of the problems with the boards in