Re: [U-Boot] [PATCH V3 3/8] arm: Add savebp implementation for arm

2011-08-26 Thread Andreas Bießmann
Dear Simon, Am 26.08.2011 12:10, schrieb Simon Schwarz: > Dear Andreas, > >> BTW while reading this patch I got another idea to solve problem 'how >> get we saved the boot information to'. >> The required information regardless of whether it is ATAGS or FDT is >> only a blob at some place in r

Re: [U-Boot] [PATCH V3 3/8] arm: Add savebp implementation for arm

2011-08-26 Thread Simon Schwarz
Dear Andreas, On 08/25/2011 01:08 PM, Andreas Bießmann wrote: > Dear Simon, > > Am 25.08.2011 10:33, schrieb Simon Schwarz: >> This adds the savebp implementation to the arm platform. > > please reorder your series and let this come before 'Add savebp command' > cause that patch uses functionality

Re: [U-Boot] [PATCH V3 3/8] arm: Add savebp implementation for arm

2011-08-25 Thread Andreas Bießmann
Dear Simon, Am 25.08.2011 10:33, schrieb Simon Schwarz: > This adds the savebp implementation to the arm platform. please reorder your series and let this come before 'Add savebp command' cause that patch uses functionality from this one. > Related CONFIGs: > CONFIG_CMD_SAVEBP_WRITE_SIZE defines

[U-Boot] [PATCH V3 3/8] arm: Add savebp implementation for arm

2011-08-25 Thread Simon Schwarz
This adds the savebp implementation to the arm platform. Related CONFIGs: CONFIG_CMD_SAVEBP_WRITE_SIZE defines the size of the image to write Signed-off-by: Simon Schwarz --- V2 changes: DEL _cosmetic_ old comment V3 changes: nothing --- arch/arm/include/asm/savebp.h | 27 arch