From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Porter Date: Thu, 14 Mar 2013 11:59:46 -0400 Subject: [U-Boot] [PATCH v3 1/3] am335x_evm: add support for BeagleBone Black DT name In-Reply-To: <1363276521-11283-2-git-send-email-trini@ti.com> References: <1363276521-11283-1-git-send-email-trini@ti.com> <1363276521-11283-2-git-send-email-trini@ti.com> Message-ID: <20130314155946.GC18335@beef> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Mar 14, 2013 at 11:55:19AM -0400, Tom Rini wrote: > From: Koen Kooi > > Cc: Matt Porter > Cc: Nishanth Menon > Signed-off-by: Koen Kooi > Signed-off-by: Tom Rini > --- > include/configs/am335x_evm.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h > index 33ee2c4..377a3c5 100644 > --- a/include/configs/am335x_evm.h > +++ b/include/configs/am335x_evm.h > @@ -87,6 +87,8 @@ > "findfdt="\ > "if test $board_name = A335BONE; then " \ > "setenv fdtfile am335x-bone.dtb; fi; " \ > + "if test $board_name = A335BNLT; then " \ > + "setenv fdtfile am335x-boneblack.dtb; fi; " \ > "if test $board_name = A33515BB; then " \ > "setenv fdtfile am335x-evm.dtb; fi; " \ > "if test $board_name = A335X_SK; then " \ Koen has merged my pull request to the beagleboard/kernel tree so... Acked-by: Matt Porter