mx6: tbs2910: Minimise libfdt code size
authorSimon Glass <sjg@chromium.org>
Sun, 27 Oct 2019 15:47:41 +0000 (09:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Nov 2019 01:15:32 +0000 (18:15 -0700)
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>
configs/tbs2910_defconfig

index ba29b7144d6e5fd1fd413d5e52ddaaf198577581..2cb57439c6a9f5cbd162bbe7c4dfafac0e153723 100644 (file)
@@ -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