[U-Boot-Users] ROTALIGN Alpha support
Wolfgang Denk
wd at denx.de
Tue Feb 6 01:37:08 CET 2007
In message <45c77d7eac24c at wp.pl> you wrote:
>
> This patch adds support for Pruftechnik's ROTALIGN Alpha board.
>
> The patch allows to upload and flash Linux, then boots it.
>
> The second flash bank and SMC9196 chip do not work yet.
* Please clean up the Coding style violations (C++ comments, trailing
white space, indentation not by TAB, ...).
* Please remove dead code like here:
--- u-boot-1.1.6/board/raalpha/config.mk 1970-01-01
01:00:00.000000000 +0100
+++ u-boot-1.1.6.ra/board/raalpha/config.mk 2006-11-02
15:15:01.000000000 +0100
@@ -0,0 +1,3 @@
+#TEXT_BASE = 0xa1700000
+TEXT_BASE = 0xa3080000
+#TEXT_BASE = 0
* Please explain why you think this is necessary:
+int board_late_init(void)
+{
+ setenv("stdout", "serial");
+ setenv("stderr", "serial");
+ return 0;
+}
Then resubmit.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Landru! Guide us!
-- A Beta 3-oid, "The Return of the Archons", stardate 3157.4
More information about the U-Boot
mailing list