I want to box the following two-line single equation. I checked the existing posts to no avail. Appreciate any help.
\documentclass[12 pt]{article}
\usepackage{amsmath}
\usepackage{enumerate}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\begin{document}
\begin{equation}
\begin{split}
&hijoiojoij \\
&=iuiouooipip
\end{split}
\end{equation}
\end{document}


