commit | 3fc0ac2554b521924432fb55078ef4e55fe8dea6 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Sep 04 16:19:16 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:28:37 2015 +0800 |
tree | 3fbe1f9a927e92033cf5cb20df0101af387d9226 | |
parent | 08e4e9c8653359118e274d791836f90b77f9825a [diff] |
nios2: move altera_pio_init to board_early_init_r As altera_pio_init() uses BSS, it should be moved to board_early_init_r(). Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Marek Vasut <marex@denx.de>