git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
467f0c4
)
xilinx: versal: board: use CONFIG_COUNTER_FREQUENCY
author
Peng Fan
<peng.fan@nxp.com>
Wed, 13 Apr 2022 09:47:17 +0000
(17:47 +0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 21 Apr 2022 18:32:40 +0000
(14:32 -0400)
Since versal has CONFIG_COUNTER_FREQUENCY, so use it. And
COUNTER_FREQUENCY will be dropped.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/versal/board.c
patch
|
blob
|
history
diff --git
a/board/xilinx/versal/board.c
b/board/xilinx/versal/board.c
index
9940f2a
..
2e2807e
100644
(file)
--- a/
board/xilinx/versal/board.c
+++ b/
board/xilinx/versal/board.c
@@
-74,7
+74,7
@@
int board_early_init_r(void)
* Program freq register in System counter and
* enable system counter.
*/
- writel(COUNTER_FREQUENCY,
+ writel(CO
NFIG_CO
UNTER_FREQUENCY,
&iou_scntr_secure->base_frequency_id_register);
debug("counter val 0x%x\n",