diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-09-03 23:03:57 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-09-03 23:03:57 (GMT) |
commit | 6741ae92f37caea8a22d1dcfaeab356f94b64676 (patch) | |
tree | 8abb7ed1b67b2b75733e02a923a229ed8176863f /board/mcc200/config.mk | |
parent | 360b4103677b27ad4018174a1d186218969d83a1 (diff) | |
parent | f93286397ed2a7084efb0362a43ee09f11702349 (diff) | |
download | u-boot-fsl-qoriq-6741ae92f37caea8a22d1dcfaeab356f94b64676.tar.xz |
Merge with /home/m8/git/u-boot
Diffstat (limited to 'board/mcc200/config.mk')
-rw-r--r-- | board/mcc200/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mcc200/config.mk b/board/mcc200/config.mk index 1922723..d0f9289 100644 --- a/board/mcc200/config.mk +++ b/board/mcc200/config.mk @@ -31,7 +31,7 @@ # 0x00100000 boot from RAM (for testing only) # -sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp +sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp ifndef TEXT_BASE ## Standard: boot low |