summaryrefslogtreecommitdiff
path: root/include/configs/omap5_common.h
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2013-06-11 16:22:30 (GMT)
committerTom Rini <trini@ti.com>2013-06-18 14:43:29 (GMT)
commit45dbbf29bb58934d7c75b38429927b058ff69f9c (patch)
tree40583b45b881b2d4bcfb1d4499d7d009579fcf35 /include/configs/omap5_common.h
parent3de7c28c29f4fae7de95a189afed13dfe6b6e9ac (diff)
downloadu-boot-fsl-qoriq-45dbbf29bb58934d7c75b38429927b058ff69f9c.tar.xz
arm: dra7xx: Update the EXTRA_ENV_SETTINGS
Update the EXTRA_ENV_SETTING for the dra7xx. The console needs to be set to ttyO0 and the findfdt needs to be updated to load the dra7xx-evm.dtb file. Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/omap5_common.h')
-rw-r--r--include/configs/omap5_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h
index deecf4d..b87ee42 100644
--- a/include/configs/omap5_common.h
+++ b/include/configs/omap5_common.h
@@ -136,7 +136,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
- "console=ttyO2,115200n8\0" \
+ "console=" CONSOLEDEV ",115200n8\0" \
"fdt_high=0xffffffff\0" \
"fdtaddr=0x80f80000\0" \
"fdtfile=undefined\0" \
@@ -168,6 +168,8 @@
"findfdt="\
"if test $board_name = omap5_uevm; then " \
"setenv fdtfile omap5-uevm.dtb; fi; " \
+ "if test $board_name = dra7xx; then " \
+ "setenv fdtfile dra7-evm.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" \