From: Ash Charles Date: Fri, 6 Jun 2014 18:36:50 +0000 (-0700) Subject: omap4: duovero: Correct name of default device tree X-Git-Tag: v2014.07~74^2~2^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99907176a05d3282c66f9925f0a656621c1f9b09;p=u-boot omap4: duovero: Correct name of default device tree Signed-off-by: Ash Charles --- diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 44b37183b6..30b02f6b03 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -126,7 +126,7 @@ "if test $board_name = panda-es; then " \ "setenv fdtfile omap4-panda-es.dtb; fi;" \ "if test $board_name = duovero; then " \ - "setenv fdtfile omap4-duovero.dtb; fi;" \ + "setenv fdtfile omap4-duovero-parlor.dtb; fi;" \ "if test $fdtfile = undefined; then " \ "echo WARNING: Could not determine device tree to use; fi; \0" \ "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \