[PATCH v2 07/38] ppc: qemu: Drop init_laws() and print_laws()
Bin Meng
bmeng.cn at gmail.com
Thu Feb 18 16:57:35 CET 2021
These are no longer needed. Drop them.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
(no changes since v1)
board/freescale/qemu-ppce500/qemu-ppce500.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/board/freescale/qemu-ppce500/qemu-ppce500.c b/board/freescale/qemu-ppce500/qemu-ppce500.c
index 1d68d30..dba5e0f 100644
--- 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();
--
2.7.4
More information about the U-Boot
mailing list