X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fsr1500%2Fsocfpga.c;h=617dffa136ef1b6a370722dc87747f90aba33851;hb=3b593f9030bae149af9261f51933805be506f6b1;hp=9f895842f79a9e21ffcf4916a6a721a4bf427ebb;hpb=ae9996c806e15b68b97fe7a7242c44e713345269;p=u-boot diff --git a/board/sr1500/socfpga.c b/board/sr1500/socfpga.c index 9f895842f7..617dffa136 100644 --- a/board/sr1500/socfpga.c +++ b/board/sr1500/socfpga.c @@ -5,27 +5,10 @@ */ #include -#include -#include #include #include #include -DECLARE_GLOBAL_DATA_PTR; - -void s_init(void) {} - -/* - * Miscellaneous platform dependent initialisations - */ -int board_init(void) -{ - /* Address of boot parameters for ATAG (if ATAG is used) */ - gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; - - return 0; -} - int board_early_init_f(void) { int ret;