Re: [U-Boot] [PATCH] xilinx_ppc_boards: Change address of RESET_VECTOR

2011-04-21 Thread Stefan Roese
On Wednesday 12 January 2011 10:14:42 Ricardo Ribalda Delgado wrote: > Old address of RESET_VECTOR were overwritten by the bss sector, making > impossible its run from xmd. Applied to u-boot-ppc4xx/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev

Re: [U-Boot] [PATCH] xilinx_ppc_boards: Change address of RESET_VECTOR

2011-01-18 Thread Wolfgang Denk
Dear Ricardo Ribalda Delgado, In message <1294823682-12502-1-git-send-email-ricardo.riba...@gmail.com> you wrote: > Old address of RESET_VECTOR were overwritten by the bss sector, making > impossible its run from xmd. > > Signed-off-by: Ricardo Ribalda Delgado I would like to minimize the conf

[U-Boot] [PATCH] xilinx_ppc_boards: Change address of RESET_VECTOR

2011-01-12 Thread Ricardo Ribalda Delgado
Old address of RESET_VECTOR were overwritten by the bss sector, making impossible its run from xmd. Signed-off-by: Ricardo Ribalda Delgado --- boards.cfg | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards.cfg b/boards.cfg index 94b8745..2ba603d 100644 --- a/