diff options
author | Doug Anderson <dianders@chromium.org> | 2011-07-18 11:40:50 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2011-08-29 10:59:00 -0700 |
commit | 9104378feaec695cb0bc930e23cfbe39363e956d (patch) | |
tree | df1bd40f4222cfad6ee536580ecea35856eb108f /Makefile | |
parent | 7bd704fbc1094ba105da70a2840914221493c40b (diff) |
No longer build build a separate device tree as part of u-boot.
This changes DEV_TREE_SEPARATE so that it just means that u-boot should
expect the dev tree to be separate, not that it should build it.
We're already building separate device trees as part of the FDT build,
and we're already using those device trees instead of this one.
BUG=chromium-os:17191
TEST=Ran emerge-${BOARD} chromeos-u-boot chromeos-bootimage
Flashed u-boot onto the board w/ cros_write_firmware
Change-Id: I948e96b2b2b15255c5b0a6244c7bbc1972e139c3
Reviewed-on: http://gerrit.chromium.org/gerrit/4267
Tested-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Anton Staaf <robotboy@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -227,9 +227,6 @@ endif ifeq ($(CPU),ixp) LIBS += arch/arm/cpu/ixp/npe/libnpe.o endif -ifdef DEV_TREE_SEPARATE -ALL += $(obj)u-boot.dtb -endif ifeq ($(CONFIG_OF_EMBED),y) LIBS += dts/libdts.o endif |