diff options
Diffstat (limited to 'configs/pico-imx7d_defconfig')
-rw-r--r-- | configs/pico-imx7d_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig new file mode 100644 index 0000000..d38d510 --- /dev/null +++ b/configs/pico-imx7d_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/pico-imx7d/imximage.cfg,MX7D" +CONFIG_ARM=y +CONFIG_TARGET_PICO_IMX7D=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |