summaryrefslogtreecommitdiff
path: root/board/sysam
AgeCommit message (Collapse)Author
2016-01-20m68k: move CONFIG_SYS_TEXT_BASE to defconfig filesMasahiro Yamada
For historical reason, CONFIG_SYS_TEXT_BASE has been specified in various ways: [1] by board/${VENDOR}/${BOARD}/config.mk [2] by CONFIG_SYS_EXTRA_OPTIONS (This was "options" field of boards.cfg before Kconfig conversion) [3] by include/configs/${BOARD}.h [4] by configs/${BOARD}_defconfig Most of M68K boards use either [1] or [2], both of which we want to deprecate. Switch them into [4], which is the newest way (Kconfig). We still allow [3] too, because it is still used by many boards and we expect much time for conversion. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Angelo Dureghello <angelo at sysam.it> Reviewed-by: Simon Glass <[email protected]>
2015-04-23m68k: add architecture-specific u-boot.lds[email protected]
Add architecture-specific u-boot.lds and remove all board-specific u-boot.lds. All the .text customization that was board-specific have been moved inside the related include/configs, inside a LDS_BOARD_TEXT define. Signed-off-by: Angelo Dureghello <[email protected]>
2015-03-05m68k: add amcore board support[email protected]
Add Sysam Amcore m68k-based board support. Signed-off-by: Angelo Dureghello <[email protected]>