]> git.sur5r.net Git - u-boot/commit
86xx: remove the redundant r2 global data pointer save
authorDave Liu <daveliu@freescale.com>
Tue, 28 Oct 2008 09:47:49 +0000 (17:47 +0800)
committerJon Loeliger <jdl@freescale.com>
Thu, 30 Oct 2008 15:31:42 +0000 (10:31 -0500)
commiteaa44c5dc83756c3067b9e6c9db626facd0b0660
treea178c07ba9083912b587b4c67f2dd987efa206c4
parentbd888e9544419665334a6f47f81f34011cea38f3
86xx: remove the redundant r2 global data pointer save

The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
the another global data pointer save, but in fact the
global data pointer will be initialized in the board_init_r,
so remove it such as the 85xx/83xx family.

Signed-off-by: Dave Liu <daveliu@freescale.com>
Acked-by: Kumar Gala <kumar.gala@freescale.com>
cpu/mpc86xx/start.S