mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-06 06:21:51 +00:00
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>
This commit is contained in:
parent
0d76afc032
commit
e9bae5c534
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue