From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 14 Oct 2014 11:34:59 -0700 Subject: [U-Boot] [PATCH] powerpc/t104xrdb: make T104x board compliant in u-boot In-Reply-To: <1411365747-25483-1-git-send-email-vijay.rai@freescale.com> References: <1411365747-25483-1-git-send-email-vijay.rai@freescale.com> Message-ID: <543D6CD3.9070805@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/21/2014 11:02 PM, Vijay Rai wrote: > When booted with upstream code, it shows error in u-boot that board is not > compliant. This patch will make board compliant with upstream code changes > in u-boot. > > Signed-off-by: Vijay Rai > --- I think the commit message is not accurate. You are not making it compliant, but rather using generic board. No need to say "upstream" here. This is the upstream u-boot. Have you tested features such as deep sleep using generic board code? York