mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Revert "Merge git://git.denx.de/u-boot-video"
This reverts commit1d20170467
, reversing changes made to6aee2ab68c
. The mxc_ipuv3_fb.c changes introduce build failures on some targets. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@ -317,11 +317,6 @@ static int splash_load_fit(struct splash_location *location, u32 bmp_load_addr)
|
||||
return res;
|
||||
|
||||
img_header = (struct image_header *)bmp_load_addr;
|
||||
if (image_get_magic(img_header) != FDT_MAGIC) {
|
||||
printf("Could not find FDT magic\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
fit_size = fdt_totalsize(img_header);
|
||||
|
||||
/* Read in entire FIT */
|
||||
|
Reference in New Issue
Block a user