From patchwork Fri Feb 8 14:31:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,2/2] am335x-evm: add support for BeagleBone Black DT name Date: Fri, 08 Feb 2013 04:31:31 -0000 From: Koen Kooi X-Patchwork-Id: 219162 Message-Id: <1360333891-30520-2-git-send-email-koen@dominion.thruhere.net> To: u-boot@lists.denx.de Cc: trini@ti.com, Koen Kooi Signed-off-by: Koen Kooi --- 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 2190a7d..951422c 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -86,6 +86,8 @@ "findfdt="\ "if test $board_name = A335BONE; then " \ "setenv fdtfile am335x-bone.dtb; fi; " \ + "if test $board_name = A335BNLT; then " \ + "setenv fdtfile am335x-bonelt.dtb; fi; " \ "if test $board_name = A33515BB; then " \ "setenv fdtfile am335x-evm.dtb; fi; " \ "if test $board_name = A335X_SK; then " \