diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-07-19 12:05:15 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-07-19 12:08:06 +0200 | 
| commit | 341245a28830d3261c41b09d958eeea7bb93587a (patch) | |
| tree | ad47dbfee9dbdfa63696419ef6df08be003b1a56 | |
| parent | e405afab1dda66c9df3733f6b779d72fc36a0162 (diff) | |
| download | olio-uboot-2014.01-341245a28830d3261c41b09d958eeea7bb93587a.tar.xz olio-uboot-2014.01-341245a28830d3261c41b09d958eeea7bb93587a.zip | |
pcm030: fix out-of-tree building
Commit 0a87dd90 that was supposed to fix out-of-tree building for the
pcm030 board was unfortunately incomplete.
Signed-off-by: Wolfgang Denk <wd@denx.de>
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -696,6 +696,7 @@ o2dnt_config:	unconfig  pcm030_config \  pcm030_LOWBOOT_config:	unconfig +	@mkdir -p $(obj)include $(obj)board/phytec/pcm030  	@ >$(obj)include/config.h  	@[ -z "$(findstring LOWBOOT_,$@)" ] || \  		{ echo "TEXT_BASE = 0xFF000000"	>$(obj)board/phytec/pcm030/config.tmp ; \ |