summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2019-02-27 20:05:43 +0100
committerTom Rini <[email protected]>2019-06-11 08:13:05 -0400
commit68b90e57bc034e237923b02acb633dc4e91d44cb (patch)
tree9e889846cbc091d4d9a9e7e75de26ce9b51b00c6
parentfc6c0e29a28f6b71dfb728b7f78e9e770f2cd218 (diff)
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 <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: David Wu <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
-rw-r--r--configs/tinker-rk3288_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/tinker-rk3288_defconfig b/configs/tinker-rk3288_defconfig
index 4b48689ee81..0e8cf73fe9f 100644
--- a/configs/tinker-rk3288_defconfig
+++ b/configs/tinker-rk3288_defconfig
@@ -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