summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-10-27 09:47:41 -0600
committerSimon Glass <sjg@chromium.org>2019-11-04 18:15:32 -0700
commite9bae5c5341aaf9911a776f5b60bf9c0c3c2d59c (patch)
tree47f008481f19639b85c9c736022b62097e774c8b
parent0d76afc032977e77bd0f1dce94b30dce9785426f (diff)
downloadu-boot-e9bae5c5341aaf9911a776f5b60bf9c0c3c2d59c.tar.gz
mx6: tbs2910: Minimise libfdt code size
This board appears to be very near its size limit and cannot accept the new checking code in libfdt. Disable this code so this the board can continue to build. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/tbs2910_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index ba29b7144d..2cb57439c6 100644
--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -80,4 +80,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_I2C_EDID=y
CONFIG_VIDEO_IPUV3=y
CONFIG_VIDEO=y
+CONFIG_OF_LIBFDT_ASSUME_MASK=0xff
# CONFIG_EFI_LOADER is not set