From patchwork Fri Nov 22 12:45:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13883154 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6EFB079FE for ; Fri, 22 Nov 2024 12:46:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732279618; cv=none; b=m4Ye7zNDZcqvLeHYCj7vz84JTTW2TeSmAEDxAsoh9pHsC0Z6Coek+GI5xIa26UrATZPUKvqNcQkhKjav2qnw0sDGmd0ErAq97L2p4so5+OW9w1RL5waM9W0yW9EATR319cHPXqYZzql0iFGgOUdnTg2Ecpu0xDYY/sVXh/IX3nI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732279618; c=relaxed/simple; bh=/Ms07VEYcOPd1DHTH+ge3lVoVf+wyC0kLdAQQ37En2Q=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=dtuR71PNDoWb2ncC7Gi29OBhztnI/1/USVyWNpN1HpL/sqGCb1EqK44BUKcRpInHASU+r96dXKlkWUR1WqVAkPgWxIiHfa+tFpID9KbiOgOSD3/a+xJrsDhMizWiHoXoVYUntGY5ZdpubtTMkh4rKfG8NlBrDjt2/lhbojDDFXY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-CSE-ConnectionGUID: tO0sgjd6S0KA52xWvar3PA== X-CSE-MsgGUID: BJ3+jKqcSJqiMHO+NH/51g== X-IronPort-AV: E=Sophos;i="6.12,175,1728918000"; d="scan'208";a="225786461" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 22 Nov 2024 21:46:56 +0900 Received: from localhost.localdomain (unknown [10.226.92.254]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 67CB0423A742; Fri, 22 Nov 2024 21:46:45 +0900 (JST) From: Biju Das To: Catalin Marinas , Will Deacon Cc: Biju Das , Bjorn Andersson , Geert Uytterhoeven , Krzysztof Kozlowski , Dmitry Baryshkov , Neil Armstrong , Arnd Bergmann , =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , linux-arm-kernel@lists.infradead.org, Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH 12/12] HACK-DO-NOT-APPLY-defconfig: Enable INIT RAMFS Date: Fri, 22 Nov 2024 12:45:48 +0000 Message-ID: <20241122124558.149827-13-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241122124558.149827-1-biju.das.jz@bp.renesas.com> References: <20241122124558.149827-1-biju.das.jz@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Signed-off-by: Biju Das --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a14d48444bd8..7ead266f8ee2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1734,3 +1734,4 @@ CONFIG_CORESIGHT_STM=m CONFIG_CORESIGHT_CPU_DEBUG=m CONFIG_CORESIGHT_CTI=m CONFIG_MEMTEST=y +CONFIG_INITRAMFS_SOURCE="/usr/src/initramfs_aarch64_new"