summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-14 14:02:54 -0600
committerSimon Glass <sjg@chromium.org>2016-05-26 20:50:29 -0600
commit5c0862155c883b9e134fae72d25f1b5a93260510 (patch)
tree20e16fff15b5238ad21807fe35e91f3c2a791f31 /drivers/misc
parent5c411d88be8df5f6a8a1ea0c961f7c35ba82c064 (diff)
downloadblackbird-obmc-uboot-5c0862155c883b9e134fae72d25f1b5a93260510.tar.gz
blackbird-obmc-uboot-5c0862155c883b9e134fae72d25f1b5a93260510.zip
reset: Drop the reset failure message
This adds to code size and is not needed, since hang() will print a message. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/sysreset-uclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sysreset-uclass.c b/drivers/misc/sysreset-uclass.c
index e41efcaca6..3566d17fb1 100644
--- a/drivers/misc/sysreset-uclass.c
+++ b/drivers/misc/sysreset-uclass.c
@@ -55,7 +55,7 @@ void sysreset_walk_halt(enum sysreset_t type)
mdelay(100);
/* Still no reset? Give up */
- printf("System reset not supported on this platform\n");
+ debug("System reset not supported on this platform\n");
hang();
}
OpenPOWER on IntegriCloud