summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra-common-post.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-06-19 10:52:58 -0600
committerTom Warren <twarren@nvidia.com>2014-06-19 10:47:20 -0700
commit72638b02f4c380879b0f90b67bcb8d1081dd2eab (patch)
treeaea44b6f3bb89597b04df96cfc07f1032a5e67dd /include/configs/tegra-common-post.h
parent99dd16c60c33e87bff4da02f8d9077841c45d5f9 (diff)
downloadblackbird-obmc-uboot-72638b02f4c380879b0f90b67bcb8d1081dd2eab.tar.gz
blackbird-obmc-uboot-72638b02f4c380879b0f90b67bcb8d1081dd2eab.zip
ARM: tegra: fix extlinux.conf search location
extlinux.conf is stored in /boot/extlinux/extlinux.conf rather than /boot/extlinux.conf. Adjust Tegra's default boot scripts to use the correct location. This change aligns Tegra's boot scripts with rpi_b.h and also the location that the Fedora installer actually puts the file. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra-common-post.h')
-rw-r--r--include/configs/tegra-common-post.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index 76dad4e88c..8cfc17a93c 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -101,13 +101,12 @@
\
"do_sysboot_boot=" \
"sysboot ${devtype} ${devnum}:${rootpart} any " \
- "${scriptaddr} ${prefix}extlinux.conf\0" \
+ "${scriptaddr} ${prefix}extlinux/extlinux.conf\0" \
\
"sysboot_boot=" \
"if test -e ${devtype} ${devnum}:${rootpart} " \
- "${prefix}extlinux.conf; then " \
- "echo Found extlinux config " \
- "${prefix}extlinux.conf; " \
+ "${prefix}extlinux/extlinux.conf; then " \
+ "echo Found ${prefix}extlinux/extlinux.conf; " \
"run do_sysboot_boot; " \
"echo SCRIPT FAILED: continuing...; " \
"fi\0" \
OpenPOWER on IntegriCloud