]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 27 Feb 2019 19:05:43 +0000 (20:05 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 11 Jun 2019 12:13:05 +0000 (08:13 -0400)
commit68b90e57bc034e237923b02acb633dc4e91d44cb
tree9e889846cbc091d4d9a9e7e75de26ce9b51b00c6
parentfc6c0e29a28f6b71dfb728b7f78e9e770f2cd218
configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT

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 <david.wu@rock-chips.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: David Wu <david.wu@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
configs/tinker-rk3288_defconfig