diff options
Diffstat (limited to 'arch/riscv/dts/binman.dtsi')
| -rw-r--r-- | arch/riscv/dts/binman.dtsi | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/riscv/dts/binman.dtsi b/arch/riscv/dts/binman.dtsi index 782ef037f7a..ceb916b74a7 100644 --- a/arch/riscv/dts/binman.dtsi +++ b/arch/riscv/dts/binman.dtsi @@ -93,7 +93,10 @@  			};  			configurations { + +#ifndef CONFIG_MULTI_DTB_FIT  				default = "conf-1"; +#endif  #if !defined(CONFIG_OF_BOARD) || defined(CONFIG_MULTI_DTB_FIT)  				@conf-SEQ { | 
