summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorLin Fuzhen <fuzhen.lin@freescale.com>2013-06-19 14:20:22 +0800
committerLin Fuzhen <fuzhen.lin@freescale.com>2013-06-19 15:22:58 +0800
commite146335a86cb9fcc2c9bc3aa686754d7ad92c673 (patch)
treebd43a212bc713f4acbb10f6e98f07201bd86fed5 /board
parent7ef2b6342676be01cb3a5656919292ce935c5082 (diff)
downloadu-boot-imx-e146335a86cb9fcc2c9bc3aa686754d7ad92c673.zip
u-boot-imx-e146335a86cb9fcc2c9bc3aa686754d7ad92c673.tar.gz
u-boot-imx-e146335a86cb9fcc2c9bc3aa686754d7ad92c673.tar.bz2
ENGR00266869-1 imx6x sarebsd: Fix recovery fail issue on SD
Correct the recovery environment setting when boot from SD card on sabresd board Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/common/recovery.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/common/recovery.c b/board/freescale/common/recovery.c
index 5704e09..31a8076 100644
--- a/board/freescale/common/recovery.c
+++ b/board/freescale/common/recovery.c
@@ -1,7 +1,7 @@
/*
* Freescale Android Recovery mode checking routing
*
- * Copyright (C) 2010-2012 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2013 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -101,6 +101,7 @@ void setup_recovery_env(void)
char *env, *boot_cmd;
int bootdev = get_boot_device();
+ printf("recovery on bootdev: %d\n", bootdev);
boot_cmd = supported_reco_envs[bootdev].cmd;
if (boot_cmd == NULL) {