summaryrefslogtreecommitdiffstats
path: root/include/configs/sniper.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-07-20 15:17:12 +0200
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:37 -0400
commit957efd4b5766e5ab68b032615c1a99f89ad01d86 (patch)
treeeea0947e6dc653e2e2721d3aa48636f26e235493 /include/configs/sniper.h
parent0257930ba039e3074eb7975685beb1c482a61080 (diff)
downloadblackbird-obmc-uboot-957efd4b5766e5ab68b032615c1a99f89ad01d86.tar.gz
blackbird-obmc-uboot-957efd4b5766e5ab68b032615c1a99f89ad01d86.zip
sniper: OMAP3 reboot mode support
This adds support for the omap3 reboot mode mechanism and exports the reboot mode via an environment variable, that is used in the boot command to make it possible to boot from the recovery partition. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sniper.h')
-rw-r--r--include/configs/sniper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index bf788baaee..2ac9291c44 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -35,6 +35,7 @@
*/
#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_MISC_INIT_R
/*
* Clocks
@@ -251,6 +252,8 @@
#define CONFIG_BOOTCOMMAND \
"setenv boot_mmc_part ${kernel_mmc_part}; " \
+ "if test reboot-${reboot-mode} = reboot-r; then " \
+ "echo recovery; setenv boot_mmc_part ${recovery_mmc_part}; fi; " \
"part start mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_start; " \
"part size mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_size; " \
"mmc dev ${boot_mmc_dev}; " \
OpenPOWER on IntegriCloud