diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-01 16:17:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 16:17:17 -0400 |
commit | 9493d05a4156cddac3d257fea9e33c877d4bb10b (patch) | |
tree | 2be2fb458d713d8b894eeddbb6da82023e60e38b /common/splash_source.c | |
parent | 0b6e5b2c48f91afec21870502761e27961ac061c (diff) | |
download | u-boot-9493d05a4156cddac3d257fea9e33c877d4bb10b.tar.gz |
Revert "Merge git://git.denx.de/u-boot-video"
This reverts commit 1d20170467b079642be96996dcd71db64c3c365c, reversing
changes made to 6aee2ab68c362ace5a59f89a63abed82e0bf19e5.
The mxc_ipuv3_fb.c changes introduce build failures on some targets.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/splash_source.c')
-rw-r--r-- | common/splash_source.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/splash_source.c b/common/splash_source.c index e0defdebd6..a21ad62f82 100644 --- a/common/splash_source.c +++ b/common/splash_source.c @@ -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 */ |