[PATCH 01/15] ARM: shmobile: Per-board uImage load addresses
Magnus Damm
magnus.damm at gmail.com
Thu Jun 6 03:26:03 EDT 2013
Hi Arnd,
On Wed, Jun 5, 2013 at 5:29 PM, Arnd Bergmann <arnd at arndb.de> wrote:
> 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))
Yes, correct. Just double checked by comparing the output. Your
proposal is much cleaner, will follow that if/when I send a V2.
Thanks,
/ magnus
More information about the linux-arm-kernel
mailing list