Skip to content

Commit

Permalink
dtb: no need to print trace with an ! if we were given a dtb with exp…
Browse files Browse the repository at this point in the history
…ected nodes

Signed-off-by: Andy Green <andy@warmcat.com>
  • Loading branch information
lws-team committed Jan 30, 2017
1 parent fac249d commit 6841e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/kernel/generic_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ static int add_optee_dt_node(void *fdt)
int ret;

if (fdt_path_offset(fdt, "/firmware/optee") >= 0) {
IMSG("OP-TEE Device Tree node already exists!\n");
DMSG("OP-TEE Device Tree node already exists!\n");
return 0;
}

Expand Down

0 comments on commit 6841e18

Please sign in to comment.