Skip to content

Commit

Permalink
symbol-failure-example
Browse files Browse the repository at this point in the history
Signed-off-by: nehamalcom <n-francis@ti.com>
  • Loading branch information
nehamalcom committed Oct 28, 2022
1 parent fb63362 commit f53dc83
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/dts/foo.dtsi
@@ -0,0 +1,15 @@


/ {
binman: binman {
multiple-images;
};
};

&binman {
foo {
filename = "foo.bin";
u-boot-spl-nodtb {
};
};
};
1 change: 1 addition & 0 deletions arch/arm/dts/k3-j721e-common-proc-board.dts
Expand Up @@ -10,6 +10,7 @@
#include <dt-bindings/input/input.h>
#include <dt-bindings/net/ti-dp83867.h>
#include <dt-bindings/phy/phy-cadence.h>
#include "foo.dtsi"

/ {
chosen {
Expand Down
1 change: 1 addition & 0 deletions board/ti/j721e/Kconfig
Expand Up @@ -14,6 +14,7 @@ config TARGET_J721E_A72_EVM
select BOARD_LATE_INIT
imply TI_I2C_BOARD_DETECT
select SYS_DISABLE_DCACHE_OPS
select BINMAN

config TARGET_J721E_R5_EVM
bool "TI K3 based J721E EVM running on R5"
Expand Down

0 comments on commit f53dc83

Please sign in to comment.