diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-14 18:49:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:39:52 -0400 |
commit | b61e90e6fd83a8bc80209a19b77b925bcdc342df (patch) | |
tree | 79e84a5d5a431910a12cf493334f0384b133a3a2 /arch/sh/include/asm | |
parent | f41e6088eb1a32fdb717110dde66165728e484aa (diff) |
sh: Drop the arch-specific board init
It is well past the deadline for conversion to generic board init. Remove
the old code.
Please test this and perhaps send a follow-up patch if needed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/config.h b/arch/sh/include/asm/config.h index cd29734789..dd1329eef4 100644 --- a/arch/sh/include/asm/config.h +++ b/arch/sh/include/asm/config.h @@ -7,4 +7,6 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ +#define CONFIG_SYS_GENERIC_BOARD + #endif |