diff options
| author | Tom Rini <[email protected]> | 2015-05-08 10:46:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-05-08 10:46:59 -0400 |
| commit | 02ffb580e6ab7aaa7f6703ed35f489e97439cb65 (patch) | |
| tree | 77cea28c53d54583a3acfa5534a8aa10054eb29c /include/configs | |
| parent | 57cc4e64c13bc5f42cb5e8572d2c46e25cf7aea1 (diff) | |
| parent | a5e1bcdeebebabdc5d013fbd488f87a4e62ff411 (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/sandbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 3bf45a224d2..f5361d1091b 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -125,6 +125,8 @@ func(HOST, host, 1) \ func(HOST, host, 0) +#define CONFIG_BOOTCOMMAND "" + #include <config_distro_bootcmd.h> #define CONFIG_KEEP_SERVERADDR @@ -207,5 +209,6 @@ #define CONFIG_CMD_LZMADEC #define CONFIG_CMD_USB +#define CONFIG_CMD_DATE #endif |
