diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:14 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:39 -0600 |
commit | 3907305fb97c4547af5a03a0107b013ed7e886ca (patch) | |
tree | 48a1c85365454af8761d2f36e24ec559d9e7173f /include/configs/sandbox.h | |
parent | dd573f91241ea76e7bf8efa9acad9d42693e95cd (diff) |
sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 38c6cdf2ecd..0a3671990c5 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -151,8 +151,6 @@ #define CONFIG_BOARD_LATE_INIT -#define CONFIG_SOUND_SANDBOX - #ifndef SANDBOX_NO_SDL #define CONFIG_SANDBOX_SDL #endif |