rk: uboot_mem_reserve: lost a '=' in 'if' statement

(cherry picked from commit b9721d0365)

Signed-off-by: CMY <cmy@rock-chips.com>
This commit is contained in:
CMY
2015-03-02 15:42:55 +08:00
parent 8d7aa53d05
commit 2e0f7d4d49

View File

@@ -302,7 +302,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)