From 0487604c09f8f4d1527966cfe35d7fc27baf4bfd Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Sun, 9 Feb 2014 23:50:53 +0100 Subject: [PATCH] sal/panda: reboot is implemented Change-Id: I2297eb60cd8f17a74a7ede122c8576d74f1251fe --- src/core/sal/panda/PandaController.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sal/panda/PandaController.cc b/src/core/sal/panda/PandaController.cc index 88100e65..d73cfd1a 100644 --- a/src/core/sal/panda/PandaController.cc +++ b/src/core/sal/panda/PandaController.cc @@ -12,7 +12,7 @@ #error Firing interrupts not implemented for Pandaboard #endif -#if defined(CONFIG_SR_REBOOT) || defined(CONFIG_SR_RESTORE) || defined(CONFIG_SR_SAVE) +#if defined(CONFIG_SR_RESTORE) || defined(CONFIG_SR_SAVE) #error Save/Restore is not yet implemented for Pandaboard #endif