]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(zynqmp): remove additional 0x in %p print
authorMichal Simek <michal.simek@amd.com>
Wed, 14 Sep 2022 07:29:50 +0000 (09:29 +0200)
committerMichal Simek <michal.simek@amd.com>
Wed, 14 Sep 2022 07:31:33 +0000 (09:31 +0200)
commit05a6107ff18b03f4ca33496268398133abf04aaa
treec4965fe039bb80df3b7c9d23fcb6e82c831dea7e
parent68ffcd1bb22f2c2eac6c3329a1974b3e8ec6f515
fix(zynqmp): remove additional 0x in %p print

%p is already printing value in hex that's why 0x prefix is not needed.
Origin message looks like this
"NOTICE:  Can't read DT at 0x0x100000"
and after fixing
"NOTICE:  Can't read DT at 0x100000"

Signed-off-by: Michal Simek <michal.simek@amd.com>
Change-Id: If83c485a61441f6105d8cbd797f04060dfce2817
plat/xilinx/zynqmp/bl31_zynqmp_setup.c