commit | 8e7083fc95774017dba66cff85918ba9f0d0f12b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 20 12:37:29 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:40 2015 -0600 |
tree | ee6b608ba45bff1ee0cf8d9745833dca2b3d5edd | |
parent | 46af3608ead71815c1a311dcf38aea773e584202 [diff] [blame] |
dm: rtc: sandbox: Enable real-time clock support Enable real-time-clock support in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 3bf45a2..ef0efc5 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h
@@ -207,5 +207,6 @@ #define CONFIG_CMD_LZMADEC #define CONFIG_CMD_USB +#define CONFIG_CMD_DATE #endif