diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-01 16:34:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-01 16:34:25 -0500 |
commit | 43ade93bdb0c8bd57382be810a05b3793749ce85 (patch) | |
tree | f6c41122509adc4020f6e0a543cbba74892c151e /arch/arm/Makefile | |
parent | f77309d34325369dbdf0bf62387c9e974f1b37da (diff) | |
parent | 11bd5e7b62070c7ca0188230edc4c5e7fdfe1349 (diff) | |
download | u-boot-43ade93bdb0c8bd57382be810a05b3793749ce85.tar.gz u-boot-43ade93bdb0c8bd57382be810a05b3793749ce85.tar.xz u-boot-43ade93bdb0c8bd57382be810a05b3793749ce85.zip |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 6fa950668c..0d9470021e 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -59,7 +59,6 @@ machine-$(CONFIG_ARCH_HIGHBANK) += highbank machine-$(CONFIG_ARCH_KEYSTONE) += keystone # TODO: rename CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD machine-$(CONFIG_KIRKWOOD) += kirkwood -machine-$(CONFIG_LITESOM) += litesom machine-$(CONFIG_ARCH_MESON) += meson machine-$(CONFIG_ARCH_MVEBU) += mvebu # TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA |