From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 14 Feb 2016 14:41:30 +0100 Subject: [U-Boot] [PATCH] arm: at91: Add support for DENX MA5D4 SoM and EVK In-Reply-To: <20160214102046.B57C8384496@gemini.denx.de> References: <1455140499-5117-1-git-send-email-marex@denx.de> <56BC2194.4080209@denx.de> <56BC890D.8020907@denx.de> <20160214102046.B57C8384496@gemini.denx.de> Message-ID: <56C0840A.5000608@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/14/2016 11:20 AM, Wolfgang Denk wrote: > Dear Marek, > > In message <56BC890D.8020907@denx.de> you wrote: >> >>>> +/* >>>> + * re h ; load 0x200000 ma5d4evk/u-boot-spl.bin BIN ; go 0x200000 >>>> + * h ; load 0x26f00000 ma5d4evk/u-boot.bin BIN ; go 0x26f00000 >>>> + */ >>> >>> ;-) Maybe a comment that this are the magic commands in the BDI >>> for starting the generated images would be helpful. >> >> Guh, nice catch, removed. > > I think this was pretty useful information. If you don't want to have > it in the code, please move it to some README, but don't drop it. It's in the BDI config file, no problem.