mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-12 22:56:45 +08:00
I386 targets are not using a uImage format, instead fake header is added to ram image before it is further processed by bootm. Remove this fixup and force proper uImage use for I386. Signed-off-by: Marian Balakowicz <m8@semihalf.com>