From c6e18144b69231192a2722dbf5a0be9d18d60fcd Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 11 Dec 2015 12:22:24 +0900 Subject: 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 Acked-by: Angelo Dureghello Reviewed-by: Simon Glass --- configs/M5373EVB_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/M5373EVB_defconfig') diff --git a/configs/M5373EVB_defconfig b/configs/M5373EVB_defconfig index 2fdff5bd12..6595feb65c 100644 --- a/configs/M5373EVB_defconfig +++ b/configs/M5373EVB_defconfig @@ -1,5 +1,6 @@ CONFIG_M68K=y CONFIG_TARGET_M5373EVB=y +CONFIG_SYS_TEXT_BASE=0x00000000 CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=16" CONFIG_SYS_PROMPT="-> " # CONFIG_CMD_SETEXPR is not set -- cgit v1.2.1