From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.gmx.net ([212.227.15.19]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fCm54-0008W5-AL for barebox@lists.infradead.org; Sun, 29 Apr 2018 13:09:35 +0000 From: Oleksij Rempel Date: Sun, 29 Apr 2018 15:09:07 +0200 Message-Id: <20180429130907.20506-8-linux@rempel-privat.de> In-Reply-To: <20180429130907.20506-1-linux@rempel-privat.de> References: <20180429130907.20506-1-linux@rempel-privat.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [RFC PATCH 7/7] MIPS: configs: add KEXEC=y to atheros devices To: barebox@lists.infradead.org Cc: Oleksij Rempel currently kexec is the only way we can boot linux kernel on this devices. So enable it in configs per default. Signed-off-by: Oleksij Rempel --- arch/mips/configs/8devices-lima_defconfig | 1 + arch/mips/configs/black-swift_defconfig | 1 + arch/mips/configs/dptechnics-dpt-module_defconfig | 1 + arch/mips/configs/tplink-mr3020_defconfig | 1 + arch/mips/configs/tplink-wdr4300_defconfig | 1 + 5 files changed, 5 insertions(+) diff --git a/arch/mips/configs/8devices-lima_defconfig b/arch/mips/configs/8devices-lima_defconfig index 446369a54..107d6c5cf 100644 --- a/arch/mips/configs/8devices-lima_defconfig +++ b/arch/mips/configs/8devices-lima_defconfig @@ -20,6 +20,7 @@ CONFIG_CMD_GO=y CONFIG_CMD_LOADB=y CONFIG_CMD_LOADY=y CONFIG_CMD_RESET=y +CONFIG_KEXEC=y CONFIG_CMD_EXPORT=y CONFIG_CMD_DEFAULTENV=y CONFIG_CMD_LOADENV=y diff --git a/arch/mips/configs/black-swift_defconfig b/arch/mips/configs/black-swift_defconfig index 1a72cfbd7..71a4f5963 100644 --- a/arch/mips/configs/black-swift_defconfig +++ b/arch/mips/configs/black-swift_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_GO=y CONFIG_CMD_LOADB=y CONFIG_CMD_LOADY=y CONFIG_CMD_RESET=y +CONFIG_KEXEC=y CONFIG_CMD_PARTITION=y CONFIG_CMD_GLOBAL=y CONFIG_CMD_SHA1SUM=y diff --git a/arch/mips/configs/dptechnics-dpt-module_defconfig b/arch/mips/configs/dptechnics-dpt-module_defconfig index c01b22b98..33049164c 100644 --- a/arch/mips/configs/dptechnics-dpt-module_defconfig +++ b/arch/mips/configs/dptechnics-dpt-module_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_GO=y CONFIG_CMD_LOADB=y CONFIG_CMD_LOADY=y CONFIG_CMD_RESET=y +CONFIG_KEXEC=y CONFIG_CMD_EXPORT=y CONFIG_CMD_DEFAULTENV=y CONFIG_CMD_LOADENV=y diff --git a/arch/mips/configs/tplink-mr3020_defconfig b/arch/mips/configs/tplink-mr3020_defconfig index 4193bd628..84753650b 100644 --- a/arch/mips/configs/tplink-mr3020_defconfig +++ b/arch/mips/configs/tplink-mr3020_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_GO=y CONFIG_CMD_LOADB=y CONFIG_CMD_LOADY=y CONFIG_CMD_RESET=y +CONFIG_KEXEC=y CONFIG_CMD_EXPORT=y CONFIG_CMD_DEFAULTENV=y CONFIG_CMD_LOADENV=y diff --git a/arch/mips/configs/tplink-wdr4300_defconfig b/arch/mips/configs/tplink-wdr4300_defconfig index 46093d243..1ba799d27 100644 --- a/arch/mips/configs/tplink-wdr4300_defconfig +++ b/arch/mips/configs/tplink-wdr4300_defconfig @@ -20,6 +20,7 @@ CONFIG_CMD_GO=y CONFIG_CMD_LOADB=y CONFIG_CMD_LOADY=y CONFIG_CMD_RESET=y +CONFIG_KEXEC=y CONFIG_CMD_EXPORT=y CONFIG_CMD_DEFAULTENV=y CONFIG_CMD_LOADENV=y -- 2.14.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox