Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Wolfgang Denk
Dear Jason Liu, In message 1295382963-32356-1-git-send-email-r64...@freescale.com you wrote: This patch add the MX53 boot image support. This patch has been tested on Freescale MX53EVK board and MX51EVK board. Signed-off-by: Jason Liu r64...@freescale.com --- Changes for v2: -

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
Hi, Wolfgang, 2011/1/19 Wolfgang Denk w...@denx.de: Dear Jason Liu, In message 1295382963-32356-1-git-send-email-r64...@freescale.com you wrote: This patch add the MX53 boot image support. This patch has been tested on Freescale MX53EVK board and MX51EVK board. Signed-off-by: Jason Liu

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
Hi, Wolfgang, 2011/1/19 Jason Liu liu.h.ja...@gmail.com: Hi, Wolfgang, 2011/1/19 Wolfgang Denk w...@denx.de: Dear Jason Liu, In message 1295382963-32356-1-git-send-email-r64...@freescale.com you wrote: This patch add the MX53 boot image support. This patch has been tested on Freescale

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Wolfgang Denk
Dear Jason Liu, In message AANLkTinx920ets6A-F5R-+RiJ06OQLx=5zujbj9lk...@mail.gmail.com you wrote: Do you mean the I need add the braces as the following? if ((fhdr_v1-app_code_barker == APP_CODE_BARKER) (hdr_v1-dcd_table.preamble.barker == DCD_BARKER)) {

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
Hi, Wolfgang, 2011/1/20 Wolfgang Denk w...@denx.de: Dear Jason Liu, In message AANLkTinx920ets6A-F5R-+RiJ06OQLx=5zujbj9lk...@mail.gmail.com you wrote: Do you mean the I need add the braces as the following?     if ((fhdr_v1-app_code_barker == APP_CODE_BARKER)              

[U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-18 Thread Jason Liu
This patch add the MX53 boot image support. This patch has been tested on Freescale MX53EVK board and MX51EVK board. Signed-off-by: Jason Liu r64...@freescale.com --- Changes for v2: - Address the following comments from Stefano, - Get rid of #ifdef in the imximage.h and .c file and use