diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-28 20:48:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-28 20:48:43 -0400 |
commit | 536266231a340c0c5e571e1012bf3f8fc835b251 (patch) | |
tree | 0b0284f73aa8f9f5608fdbc74a238efc4f8d1d23 /board/altera/socfpga/socfpga.c | |
parent | 4842c58990ac065c2d33b71e1a7fde48f336dac2 (diff) | |
parent | e5c57eea4f4ac8c27343bde137b069ef816e69d7 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga
Diffstat (limited to 'board/altera/socfpga/socfpga.c')
-rw-r--r-- | board/altera/socfpga/socfpga.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/altera/socfpga/socfpga.c b/board/altera/socfpga/socfpga.c index 20d221641b..a1dbc492c9 100644 --- a/board/altera/socfpga/socfpga.c +++ b/board/altera/socfpga/socfpga.c @@ -18,6 +18,8 @@ DECLARE_GLOBAL_DATA_PTR; +void s_init(void) {} + /* * Miscellaneous platform dependent initialisations */ |