
14 Jun
2009
14 Jun
'09
1:18 p.m.
On Sunday 14 June 2009 06:51:11 Wolfgang Denk wrote:
Mike Frysinger wrote:
Signed-off-by: Mike Frysinger vapier@gentoo.org
"LDR" might be a term that is familiar to you, but it is not familiar to me and porobaly not to many other (non-BF) users. Please chose a Subject: that everybody can understand.
well, just about every Blackfin user knows what LDRs are because they have to use them most of the time. i'll update it to read loader files (LDRs).
+LDR_FLAGS += --punchit $$(($(CONFIG_ENV_OFFSET))):$$(($(CONFIG_ENV_SIZE))):$(obj)env-ldr.o
This line is very long; I guess it makes not much sense to wrap it, though?
yeah, the option has to be one argument with no whitespace. wrapping it would prevent indentation and that'd be worse imo. -mike