mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
f11199f0d0
Use Kconfig instead of board config for DM and DM_THERMAL. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
212 B
Text
7 lines
212 B
Text
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabresd/imximage.cfg,MX6SX"
|
|
CONFIG_ARM=y
|
|
CONFIG_TARGET_MX6SXSABRESD=y
|
|
CONFIG_SYS_MALLOC_F=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x400
|
|
CONFIG_DM=y
|
|
CONFIG_DM_THERMAL=y
|