mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
riscv: dts: add OF_LIST handling to binman.dtsi
Binman can automatically generate device-tree and configuration entries in the FIT image based on CONFIG_MULTI_DTB_FIT if the binman node includes the right sub-nodes. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: E Shattow <e@freeshell.de>
This commit is contained in:
parent
2fb72968ce
commit
70000885ee
@ -82,8 +82,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
#ifndef CONFIG_OF_BOARD
|
||||
#if !defined(CONFIG_OF_BOARD) || defined(CONFIG_MULTI_DTB_FIT)
|
||||
@fdt-SEQ {
|
||||
fit,operation = "gen-fdt-nodes";
|
||||
description = "NAME";
|
||||
type = "flat_dt";
|
||||
compression = "none";
|
||||
@ -94,7 +95,7 @@
|
||||
configurations {
|
||||
default = "conf-1";
|
||||
|
||||
#ifndef CONFIG_OF_BOARD
|
||||
#if !defined(CONFIG_OF_BOARD) || defined(CONFIG_MULTI_DTB_FIT)
|
||||
@conf-SEQ {
|
||||
#else
|
||||
conf-1 {
|
||||
@ -115,7 +116,7 @@
|
||||
#endif
|
||||
#endif /* CONFIG_OPTEE */
|
||||
|
||||
#ifndef CONFIG_OF_BOARD
|
||||
#if !defined(CONFIG_OF_BOARD) || defined(CONFIG_MULTI_DTB_FIT)
|
||||
fdt = "fdt-SEQ";
|
||||
#endif
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user