rk: uboot_mem_reserve: lost a '=' in 'if' statement
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rockchip / common.c
index 96cf6c760eefbb6e27b602c202038e0590583dbc..eded0645795d5bfc9aa62d28ccb99bfd06a0896e 100755 (executable)
@@ -306,7 +306,7 @@ phys_addr_t uboot_logo_offset=0;
 
 void __init rockchip_uboot_mem_reserve(void)
 {
-       if (uboot_logo_size=0)
+       if (uboot_logo_size==0)
                return;
 
        if (!memblock_is_region_reserved(uboot_logo_base, uboot_logo_size)