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

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

Change-Id: Ic33282d5d4ddd186c570a3b689a9df5c5cf00e32
Signed-off-by: Vijay Navnath Kamble <vkamble@codeaurora.org>
This commit is contained in:
Vijay Navnath Kamble 2020-08-03 12:25:26 +05:30 committed by Gerrit - the friendly Code Review server
parent d95e973b51
commit 9457ab49f6

View file

@ -10,6 +10,8 @@
static const char *scuba_dt_match[] __initconst = {
"qcom,scuba",
"qcom,scuba-iot",
"qcom,scubap-iot",
NULL
};