[PATCH 01/15] ARM: shmobile: Per-board uImage load addresses

Arnd Bergmann arnd at arndb.de
Wed Jun 5 04:29:01 EDT 2013


On Wednesday 05 June 2013 16:06:25 Magnus Damm wrote:
> 
> +__ZRELADDR     := $(shell /bin/bash -c \
> +                    'echo $(loadaddr-y) | tr " " "\n" | sort | uniq')
> +

It's not important, but I think this can be written much simpler using
makefile syntax as

__ZRELADDR	:= $(sort $(loadaddr-y))

	Arnd



More information about the linux-arm-kernel mailing list