mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user