From a2a5053a15e4059c7445737d60f7b8425ca863f8 Mon Sep 17 00:00:00 2001 From: Klaus Goger Date: Fri, 25 May 2018 23:45:05 +0200 Subject: rockchip: utilize CONFIG_DEFAULT_FDT_FILE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently the fdtfile environment variable is set to CONFIG_DEFAULT_DEVICE_TREE which is Ñ–nternally used as U-Boot devicetree source. The OS can use a different filename and Kconfig gives us the ability to select a default devicetree via CONFIG_DEFAULT_FDT_FILE. This also gives user configuring U-Boot via menuconfig the behaviour someone would expect. Signed-off-by: Klaus Goger Tested-By: Vagrant Cascadian Reviewed-by: Philipp Tomsich Acked-by: Philipp Tomsich --- configs/evb-rk3128_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/evb-rk3128_defconfig') diff --git a/configs/evb-rk3128_defconfig b/configs/evb-rk3128_defconfig index 941320d566..7dda222830 100644 --- a/configs/evb-rk3128_defconfig +++ b/configs/evb-rk3128_defconfig @@ -7,6 +7,7 @@ CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEFAULT_DEVICE_TREE="rk3128-evb" CONFIG_DEBUG_UART=y CONFIG_FIT=y +CONFIG_DEFAULT_FDT_FILE="rk3128-evb.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_CMD_GPT=y -- cgit