]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx6: don't include unneeded boot_mode array in SPL
authorAnatolij Gustschin <agust@denx.de>
Mon, 28 Aug 2017 15:51:33 +0000 (17:51 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 29 Aug 2017 07:49:51 +0000 (09:49 +0200)
commitffc36f57bc769bc111b157e2f27791756f8d4057
tree4cbdba8c619b3675dc54088d0784ccb79983409b
parentf9d42d821c49e0a12c77c100857b914717b9bc0a
imx6: don't include unneeded boot_mode array in SPL

The soc_boot_modes array is only used by bmode command
and not needed in SPL. Don't include it into SPL.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/mach-imx/mx6/soc.c