
1 May
2013
1 May
'13
9:32 p.m.
This set of patches does:
Fix a bug in the openrisc-generic u-boot.lds linker script that would cause an error due to that no memory region was specified for u_boot_lists.
And then move the above mentioned file into arch/openrisc/cpu/ to unify the linker script for all openrisc boards (we only have one board).
Stefan Kristiansson (2): openrisc: specify a memory region for u_boot_lists openrisc: move board linker script(s) to a common in cpu/
arch/openrisc/config.mk | 2 ++ {board/openrisc/openrisc-generic => arch/openrisc/cpu}/u-boot.lds | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename {board/openrisc/openrisc-generic => arch/openrisc/cpu}/u-boot.lds (98%)
--
1.8.1.2