From 397b0d9e2971e6956399b7efd7737c962dd63c81 Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Wed, 4 May 2016 12:45:55 +0800 Subject: arm: ls1021a: Enable CONFIG_OF_LIBFDT and CONFIG_FIT in defconfig In defconfig, enable CONFIG_OF_LIBFDT to support booting DT linux kernel and enable COFNIG_FIT to support FIT image. Signed-off-by: Alison Wang Reviewed-by: York Sun --- configs/ls1021atwr_nor_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/ls1021atwr_nor_defconfig') diff --git a/configs/ls1021atwr_nor_defconfig b/configs/ls1021atwr_nor_defconfig index 465054fad9..10cc576e7c 100644 --- a/configs/ls1021atwr_nor_defconfig +++ b/configs/ls1021atwr_nor_defconfig @@ -4,6 +4,9 @@ CONFIG_DM_SERIAL=y CONFIG_DEFAULT_DEVICE_TREE="ls1021a-twr-duart" CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y +CONFIG_OF_LIBFDT=y +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_GREPENV=y -- cgit v1.2.1