From 4a3ae98974b1600084f00bd8bc82f9e72a2587cf Mon Sep 17 00:00:00 2001 From: Philipp Tomsich Date: Fri, 16 Sep 2016 15:39:54 +0200 Subject: sun9i: armadillo: select bootdevice via devicetree --- configs/A80_Armadillo_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configs') diff --git a/configs/A80_Armadillo_defconfig b/configs/A80_Armadillo_defconfig index ad1e54703c..6876d35f56 100644 --- a/configs/A80_Armadillo_defconfig +++ b/configs/A80_Armadillo_defconfig @@ -8,7 +8,13 @@ CONFIG_DRAM_ZQ=4145117 CONFIG_SYS_CLK_FREQ=1008000000 CONFIG_OLD_SUNXI_KERNEL_COMPAT=y CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-armadillo" +CONFIG_OF_LIST="sun9i-a80-armadillo" +CONFIG_OF_SEPARATE=y +CONFIG_FIT=y CONFIG_SPL=y +CONFIG_SPL_LOAD_FIT=y +CONFIG_SPL_LOAD_FIT_ONLY=y +CONFIG_SPL_OF_LIBFDT=y CONFIG_CMD_GPIO=y CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPA(14)" CONFIG_ETH_DESIGNWARE=y -- cgit v1.2.3