On 12/21/2010 06:24 AM, Michal Marek wrote:
On 8.12.2010 16:01, dirk.brande...@gmail.com wrote:
+quiet_cmd_dt_S_dtb= DTB$@
+quiet_cmd_dtc = DTC $@
Hi,
just an aesthetic remark: The target name should start at the 9th
column, so there should be 5 spaces after both "DTB" and "DTC".
Mich
On 8.12.2010 16:01, dirk.brande...@gmail.com wrote:
> +quiet_cmd_dt_S_dtb= DTB$@
> +quiet_cmd_dtc = DTC $@
Hi,
just an aesthetic remark: The target name should start at the 9th
column, so there should be 5 spaces after both "DTB" and "DTC".
Michal
___
On 8.12.2010 16:01, dirk.brande...@gmail.com wrote:
> From: Dirk Brandewie
>
> This patch adds linking device tree blob into vmlinux. DTB's are
> added by adding the blob object name to list of objects to be linked
> into the image.
>
> Signed-off-by: Dirk Brandewie
> ---
> arch/x86/platform/c