
In message 20080113125246.GB27114@discworld.dascon.de you wrote:
This patch adds the AcTux-1 specific files.
You are still not consequently indenting by TAB's.
diff --git a/board/actux1/actux1.c b/board/actux1/actux1.c new file mode 100644 index 0000000..eac85dc --- /dev/null +++ b/board/actux1/actux1.c
...
+/*************************************************************************
- get_board_rev() - setup to pass kernel board revision information
0 = reserved
1 = Rev. A
2 = Rev. B
-----^^^^^^^^^^ Spaces instead TAB in all these lines.
diff --git a/board/actux1/u-boot.lds b/board/actux1/u-boot.lds new file mode 100644 index 0000000..e1651f3 --- /dev/null +++ b/board/actux1/u-boot.lds
- {
cpu/ixp/start.o (.text)
--------------------------------^^^^^^^^ Spaces, bad alignment.
/* WARNING - the following is hand-optimized to fit within
---^^^^^^^^^^ Spaces.
the sector before the environment sector. If it throws an
error during compilation remove an object here to get it
linked after the configuration sector. */
lib_generic/string.o (.text)
---^^^^^^^^^^--------------------^^^^^^^^^^ Spaces.
lib_generic/vsprintf.o (.text)
---^^^^^^^^^^----------------------^^^^^^^^ Spaces.
etc. etc.
Ditto in the other patches.
Best regards,
Wolfgang Denk