Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8efb3697 authored by Vijay Navnath Kamble's avatar Vijay Navnath Kamble
Browse files

ARM: msm: Add board config support for 32 bit bengal iot



This change add board config support to enable build
32 bit kernel for bengal iot.

Change-Id: I4a9c5ef9046309456e4f0df04bccabec18d57906
Signed-off-by: default avatarVijay Navnath Kamble <vkamble@codeaurora.org>
parent e3e20132
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/kernel.h>
@@ -10,6 +10,7 @@

static const char *trinket_dt_match[] __initconst = {
	"qcom,bengal",
	"qcom,bengal-iot",
	NULL
};