diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-07-24 10:09:22 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-02 18:30:11 -0400 |
commit | 065202803d5d747bd3e551e27c61b6f3e60d6d7b (patch) | |
tree | 1e73b64f5f15868c9f52bdeb19cdf4dc21f62fe2 /arch/x86/cpu | |
parent | 8ad723acd7e9b09b44cd23d1bd7a610645779a18 (diff) | |
download | u-boot-imx-065202803d5d747bd3e551e27c61b6f3e60d6d7b.zip u-boot-imx-065202803d5d747bd3e551e27c61b6f3e60d6d7b.tar.gz u-boot-imx-065202803d5d747bd3e551e27c61b6f3e60d6d7b.tar.bz2 |
config: don't define CONFIG_ARCH_DEVICE_TREE
Now that nothing uses CONFIG_ARCH_DEVICE_TREE, stop defining it.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu')
-rw-r--r-- | arch/x86/cpu/coreboot/config.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/cpu/coreboot/config.mk b/arch/x86/cpu/coreboot/config.mk deleted file mode 100644 index 0bbd2ff..0000000 --- a/arch/x86/cpu/coreboot/config.mk +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (c) 2012 The Chromium OS Authors. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -CONFIG_ARCH_DEVICE_TREE := coreboot |