Searched hist:"8 d196e52b58d1e50a80c2f5067b201cda521c75c" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | bootm.c | f888cf5d942e63f29322cd21c00f11663fbf303a Tue Nov 11 14:45:36 UTC 2014 Michal Simek <michal.simek@xilinx.com> Revert "lib: bootm: add missing include"
This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards.
This reverts commit 1e96220a5687efae2aed45ce56e143336c40d0a7.
Remove duplicated vxworks.h header. The same change was done by "ARM: prevent compiler warnings from bootm.c" (sha1: 8d196e52b58d1e50a80c2f5067b201cda521c75c)
Signed-off-by: Michal Simek <michal.simek@xilinx.com> 8d196e52b58d1e50a80c2f5067b201cda521c75c Tue Sep 30 22:40:01 UTC 2014 Eric Nelson <eric.nelson@boundarydevices.com> ARM: prevent compiler warnings from bootm.c
Without preceding declarations, "make C=1" generates "Should it be static?" warnings for symbols do_bootm_linux, boot_prep_vxworks, and boot_jump_vxworks
Include of bootm.h also identified a signature mismatch (const on argv[]).
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|