diff options
author | Simon Glass | 2016-05-14 18:49:36 -0600 |
---|---|---|
committer | Tom Rini | 2016-05-27 15:39:54 -0400 |
commit | 4c794525d5c662e6b18afe69835da6662c046e08 (patch) | |
tree | d556acccc7cce548b3f1138fd40318e2e865c646 /arch/sh | |
parent | 9be2e790eb28cbb30fb16a939cb95f82ad73efe5 (diff) |
Drop references to CONFIG_SYS_GENERIC_BOARD in config files
This option is no longer used so need not be enabled.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/include/asm/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/config.h b/arch/sh/include/asm/config.h index dd1329eef46..cd297347894 100644 --- a/arch/sh/include/asm/config.h +++ b/arch/sh/include/asm/config.h @@ -7,6 +7,4 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ -#define CONFIG_SYS_GENERIC_BOARD - #endif |