]> git.ipfire.org Git - people/ms/u-boot.git/commit
m68k: move CONFIG_SYS_TEXT_BASE to defconfig files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Dec 2015 03:22:24 +0000 (12:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 20 Jan 2016 15:19:34 +0000 (10:19 -0500)
commitc6e18144b69231192a2722dbf5a0be9d18d60fcd
tree923b2a5ebeeada4363822e19bb6cd84b8e97e1c3
parent74d49bfde3dd562ceeba2d6883caedcb3e484a6b
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>
62 files changed:
Kconfig
board/cobra5272/config.mk [deleted file]
board/freescale/m5208evbe/config.mk [deleted file]
board/freescale/m5249evb/config.mk [deleted file]
board/freescale/m5253demo/config.mk [deleted file]
board/freescale/m5253evbe/config.mk [deleted file]
board/freescale/m5272c3/config.mk [deleted file]
board/freescale/m5275evb/config.mk [deleted file]
board/freescale/m5282evb/config.mk [deleted file]
board/freescale/m53017evb/config.mk [deleted file]
board/freescale/m5329evb/config.mk [deleted file]
board/freescale/m5373evb/config.mk [deleted file]
board/freescale/m547xevb/config.mk [deleted file]
board/freescale/m548xevb/config.mk [deleted file]
board/sysam/amcore/config.mk [deleted file]
configs/M5208EVBE_defconfig
configs/M52277EVB_defconfig
configs/M52277EVB_stmicro_defconfig
configs/M5235EVB_Flash32_defconfig
configs/M5235EVB_defconfig
configs/M5249EVB_defconfig
configs/M5253DEMO_defconfig
configs/M5253EVBE_defconfig
configs/M5272C3_defconfig
configs/M5275EVB_defconfig
configs/M5282EVB_defconfig
configs/M53017EVB_defconfig
configs/M5329AFEE_defconfig
configs/M5329BFEE_defconfig
configs/M5373EVB_defconfig
configs/M54418TWR_defconfig
configs/M54418TWR_nand_mii_defconfig
configs/M54418TWR_nand_rmii_defconfig
configs/M54418TWR_nand_rmii_lowfreq_defconfig
configs/M54418TWR_serial_mii_defconfig
configs/M54418TWR_serial_rmii_defconfig
configs/M54451EVB_defconfig
configs/M54451EVB_stmicro_defconfig
configs/M54455EVB_a66_defconfig
configs/M54455EVB_defconfig
configs/M54455EVB_i66_defconfig
configs/M54455EVB_intel_defconfig
configs/M54455EVB_stm33_defconfig
configs/M5475AFE_defconfig
configs/M5475BFE_defconfig
configs/M5475CFE_defconfig
configs/M5475DFE_defconfig
configs/M5475EFE_defconfig
configs/M5475FFE_defconfig
configs/M5475GFE_defconfig
configs/M5485AFE_defconfig
configs/M5485BFE_defconfig
configs/M5485CFE_defconfig
configs/M5485DFE_defconfig
configs/M5485EFE_defconfig
configs/M5485FFE_defconfig
configs/M5485GFE_defconfig
configs/M5485HFE_defconfig
configs/amcore_defconfig
configs/cobra5272_defconfig
configs/eb_cpu5282_defconfig
configs/eb_cpu5282_internal_defconfig