summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-14 18:49:30 -0600
committerTom Rini <trini@konsulko.com>2016-05-27 15:39:52 -0400
commitb61e90e6fd83a8bc80209a19b77b925bcdc342df (patch)
tree79e84a5d5a431910a12cf493334f0384b133a3a2 /arch/sh/include
parentf41e6088eb1a32fdb717110dde66165728e484aa (diff)
downloadblackbird-obmc-uboot-b61e90e6fd83a8bc80209a19b77b925bcdc342df.tar.gz
blackbird-obmc-uboot-b61e90e6fd83a8bc80209a19b77b925bcdc342df.zip
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')
-rw-r--r--arch/sh/include/asm/config.h2
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
OpenPOWER on IntegriCloud