
On 12.05.2011 19:27, Wolfgang Denk wrote:
Dear Albert ARIBAUD,
In message4DCAFA98.2020205@aribaud.net you wrote:
Hi Wolfgang,
The following changes since commit 264eaa0ea967bac32214b87d60cfc86c8b22cac6:
keymile boards: move keymile specific header in subdir (2011-05-10
23:22:49 +0200)
are available in the git repository at: git://git.denx.de/u-boot-arm master
...
Applied, thanks.
Doing a ./MAKEALL ARMV7 on the recent git head (91081e01b10d64e99dc485e477e6ae3b1171e8ce Revert "Fix building tools alone with host compiler") I get the following errors/warnings. I've done a quick scan of the available patches at the mailing list and tried to add the available uncommitted fixes. Anybody likes apply them or send patches where I haven't found any?
omap3_beagle: beagle.c: In function 'misc_init_r': beagle.c:174: warning: initialization from incompatible pointer type Most probably introduced with: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commit;h=d4e53f063dd25e... Fix: http://lists.denx.de/pipermail/u-boot/2011-April/091030.html
omap3_beagle: omap3_overo: igep0030: igep0020: omap_hsmmc.c: In function 'omap_mmc_init': omap_hsmmc.c:474: warning: implicit declaration of function 'get_cpu_family' omap_hsmmc.c:474: warning: implicit declaration of function 'get_cpu_rev' Most probably introduced with: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commit;h=4ca9244d74f146... Fix: ? (-> fix missing function prototype)
s5p_goni:
s5p_mmc.c: In function 's5p_mmc_initialize':
s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax' Most probably introduced with: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commit;h=8feafcc49c0b7a... Fix: ? (-> fix typo)
a9x4_ct_vxp: ca9x4_ct_vxp.c: In function 'cpu_mmc_init': ca9x4_ct_vxp.c:93: warning: implicit declaration of function 'arm_pl180_mmci_init' Most probably introduced with: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commitdiff;h=f0c64526b7... Fix: ? (-> fix missing function prototype)
mx51evk: In file included from include/config.h:6, from include/common.h:37:
include/configs/mx51evk.h:229:1: warning: "CONFIG_OF_LIBFDT" redefined include/configs/mx51evk.h:51:1: warning: this is the location of the previous definition Most probably introduced with: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commitdiff;h=dcd441c325... http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commitdiff;h=2fa8ca98c3... Fix: http://patchwork.ozlabs.org/patch/93978/
Many thanks
Dirk