From: Lukasz Majewski Date: Thu, 12 May 2016 11:00:28 +0000 (+0200) Subject: TPL: TM2: kconfig: defconfig: Adding TM2 tm2_defconfig file X-Git-Tag: submit/tizen/20160810.050017~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d9a91054a3ad35c1d8aece87dc28eedac793378;p=platform%2Fkernel%2Fu-boot.git TPL: TM2: kconfig: defconfig: Adding TM2 tm2_defconfig file Signed-off-by: Lukasz Majewski --- diff --git a/configs/tm2_defconfig b/configs/tm2_defconfig new file mode 100644 index 0000000000..aa143f634a --- /dev/null +++ b/configs/tm2_defconfig @@ -0,0 +1,27 @@ +CONFIG_ARM=y +CONFIG_TARGET_TM2=y +CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_FIT=y +CONFIG_HUSH_PARSER=y +CONFIG_DEFAULT_DEVICE_TREE="exynos5433-tm2" +CONFIG_DMA_ADDR_T_64BIT=y +# CONFIG_CMD_BDI is not set +# CONFIG_CMD_CONSOLE is not set +# CONFIG_CMD_ELF is not set +# CONFIG_CMD_GO is not set +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_EXPORTENV is not set +# CONFIG_CMD_IMPORTENV is not set +# CONFIG_CMD_EDITENV is not set +# CONFIG_CMD_SAVEENV is not set +# CONFIG_CMD_ENV_EXISTS is not set +# CONFIG_CMD_LOADB is not set +# CONFIG_CMD_LOADS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set +# CONFIG_CMD_SOURCE is not set +# CONFIG_CMD_SETEXPR is not set +# CONFIG_CMD_NET is not set +# CONFIG_CMD_NFS is not set +# CONFIG_DM_DEVICE_REMOVE is not set +# CONFIG_DISK is not set \ No newline at end of file