diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-14 18:49:26 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:39:50 -0400 |
commit | feee28f7d744fec50f61b4d46d3dfac165316fbc (patch) | |
tree | 75eb9f75ca05ae9426b4a37547617eac12fa3cac /include/configs/openrisc-generic.h | |
parent | 3ac8d1ee12dcc59942c22f76ccce5537fc3a198a (diff) |
openrisc: Drop the arch-specific board init
It is well past the deadline for conversion to generic board init. Remove
the old code.
Stefan, can you test this please and perhaps send a follow-up patch if needed?
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/openrisc-generic.h')
-rw-r--r-- | include/configs/openrisc-generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/openrisc-generic.h b/include/configs/openrisc-generic.h index dfb8d3a3892..14e44b0156d 100644 --- a/include/configs/openrisc-generic.h +++ b/include/configs/openrisc-generic.h @@ -10,6 +10,7 @@ /* * BOARD/CPU */ +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_CLK_FREQ 50000000 #define CONFIG_SYS_RESET_ADDR 0x00000100 |