ppc: qemu: Drop init_laws() and print_laws()
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:28 +0000 (17:22 +0800)
committerPriyanka 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

index 1d68d30..dba5e0f 100644 (file)
@@ -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();