]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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)
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

index 4b48689ee81914200e6cd69c027951446fb32165..0e8cf73fe9f02343eb4e8738b02240e0abd4b3fc 100644 (file)
@@ -20,7 +20,6 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_SPL_TEXT_BASE=0xff704000
 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