1
0
Fork 0
remarkable-uboot/board/sysam/amcore
Masahiro Yamada c6e18144b6 m68k: move CONFIG_SYS_TEXT_BASE to defconfig files
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 <yamada.masahiro@socionext.com>
Acked-by: Angelo Dureghello <angelo at sysam.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-01-20 10:19:34 -05:00
..
Kconfig m68k: add amcore board support 2015-03-05 20:13:21 -05:00
MAINTAINERS m68k: add amcore board support 2015-03-05 20:13:21 -05:00
Makefile m68k: add amcore board support 2015-03-05 20:13:21 -05:00
amcore.c m68k: add amcore board support 2015-03-05 20:13:21 -05:00