[U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number

Signed-off-by: Detlev Zundel dzu@denx.de Cc: Sascha Hauer s.hauer@pengutronix.de --- board/imx31_phycore/imx31_phycore.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/imx31_phycore/imx31_phycore.c b/board/imx31_phycore/imx31_phycore.c index 93a5c40..92aba96 100644 --- a/board/imx31_phycore/imx31_phycore.c +++ b/board/imx31_phycore/imx31_phycore.c @@ -61,8 +61,8 @@ int board_init (void) mx31_gpio_mux(MUX_CSPI2_MOSI__I2C2_SCL); mx31_gpio_mux(MUX_CSPI2_MISO__I2C2_SDA);
- gd->bd->bi_arch_number = 447; /* board id for linux */ - gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */ + gd->bd->bi_arch_number = MACH_TYPE_PCM037; /* board id for linux */ + gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */
return 0; }

On 13:08 Thu 07 May , Detlev Zundel wrote:
Signed-off-by: Detlev Zundel dzu@denx.de Cc: Sascha Hauer s.hauer@pengutronix.de
Sascha ping?
Best Regards, J.

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090512011419.GM18336@game.jcrosoft.org you wrote:
On 13:08 Thu 07 May , Detlev Zundel wrote:
Signed-off-by: Detlev Zundel dzu@denx.de Cc: Sascha Hauer s.hauer@pengutronix.de
Sascha ping?
What are you waiting for? Isn't the patch obvious?
Best regards,
Wolfgang Denk

On 23:37 Tue 12 May , Wolfgang Denk wrote:
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090512011419.GM18336@game.jcrosoft.org you wrote:
On 13:08 Thu 07 May , Detlev Zundel wrote:
Signed-off-by: Detlev Zundel dzu@denx.de Cc: Sascha Hauer s.hauer@pengutronix.de
Sascha ping?
What are you waiting for? Isn't the patch obvious?
the ack from the board Maintainer which is Sascha
Best Regards, J.

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090512231236.GN479@game.jcrosoft.org you wrote:
Sascha ping?
What are you waiting for? Isn't the patch obvious?
the ack from the board Maintainer which is Sascha
For such trivial patches you can decide this yourself. That's better than delaying things.
Best regards,
Wolfgang Denk

On 07:28 Wed 13 May , Wolfgang Denk wrote:
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090512231236.GN479@game.jcrosoft.org you wrote:
Sascha ping?
What are you waiting for? Isn't the patch obvious?
the ack from the board Maintainer which is Sascha
For such trivial patches you can decide this yourself. That's better than delaying things.
as you ask me last time I update the arch number http://www.mail-archive.com/u-boot@lists.denx.de/msg07273.html ---Extract---- You actually CHANGE the arch_number here; you need the board maintainer's ACK for such a patch. ------
Best Regards, J.

On 13:08 Thu 07 May , Detlev Zundel wrote:
Signed-off-by: Detlev Zundel dzu@denx.de Cc: Sascha Hauer s.hauer@pengutronix.de
board/imx31_phycore/imx31_phycore.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Applied to arm
Best Regards, J.
participants (3)
-
Detlev Zundel
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk