
Hi Albert,
since I think we have now resolved the remaining issue with the build system I'm reiterating this pull request.
Changes from last time: - MAINTAINERS change also covers me taking over the integratorcp board - Build the integratorap/cp variants using boards.cfg configuration
The latest version of all patches are used, i.e those that have yielded no further comments.
The following changes since commit 74fac70084bb040342fafc3b0d2ef50fbe35646f: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mmc
are available in the git repository at:
git://git.linaro.org/people/triad/u-boot for-albert
Linus Walleij (9): MAINTAINERS: integrator+versatile boards integratorap: make the compile work again integratorap: support relocation integratorap: support the hush shell integratorap: support some rudimentary commands integratorap: fixup SDRAM memory size detection integratorap: remove hardcoded 32MB memory cmdline integratorcp: make the board compile integrator: convert to new build system
MAINTAINERS | 11 +- MAKEALL | 22 --- Makefile | 27 ---- arch/arm/cpu/arm720t/cpu.c | 5 - board/armltd/integrator/integrator.c | 15 +- board/armltd/integrator/lowlevel_init.S | 2 +- board/armltd/integrator/split_by_variant.sh | 220 --------------------------- boards.cfg | 8 + include/configs/integratorap.h | 21 +++- include/configs/integratorcp.h | 8 + 10 files changed, 49 insertions(+), 290 deletions(-) delete mode 100755 board/armltd/integrator/split_by_variant.sh
Thanks, Linus Walleij