projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907568e
)
ppc: qemu: Drop init_laws() and print_laws()
author
Bin Meng
<bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:28 +0000
(17:22 +0800)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:42 +0000
(10:25 +0530)
These are no longer needed. Drop them.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/qemu-ppce500/qemu-ppce500.c
patch
|
blob
|
history
diff --git
a/board/freescale/qemu-ppce500/qemu-ppce500.c
b/board/freescale/qemu-ppce500/qemu-ppce500.c
index
1d68d30
..
dba5e0f
100644
(file)
--- a/
board/freescale/qemu-ppce500/qemu-ppce500.c
+++ b/
board/freescale/qemu-ppce500/qemu-ppce500.c
@@
-254,11
+254,6
@@
int ft_board_setup(void *blob, struct bd_info *bd)
}
#endif
-void print_laws(void)
-{
- /* We don't emulate LAWs yet */
-}
-
phys_size_t fixed_sdram(void)
{
return get_linear_ram_size();
@@
-302,11
+297,6
@@
void init_tlbs(void)
1024 * 1024, TLB_MAP_RAM));
}
-void init_laws(void)
-{
- /* We don't emulate LAWs yet */
-}
-
static uint32_t get_cpu_freq(void)
{
void *fdt = get_fdt_virt();