mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-02 12:32:06 +02:00
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>
This commit is contained in:
parent
e405afab1d
commit
341245a288
1
Makefile
1
Makefile
@ -696,6 +696,7 @@ o2dnt_config: unconfig
|
|||||||
|
|
||||||
pcm030_config \
|
pcm030_config \
|
||||||
pcm030_LOWBOOT_config: unconfig
|
pcm030_LOWBOOT_config: unconfig
|
||||||
|
@mkdir -p $(obj)include $(obj)board/phytec/pcm030
|
||||||
@ >$(obj)include/config.h
|
@ >$(obj)include/config.h
|
||||||
@[ -z "$(findstring LOWBOOT_,$@)" ] || \
|
@[ -z "$(findstring LOWBOOT_,$@)" ] || \
|
||||||
{ echo "TEXT_BASE = 0xFF000000" >$(obj)board/phytec/pcm030/config.tmp ; \
|
{ echo "TEXT_BASE = 0xFF000000" >$(obj)board/phytec/pcm030/config.tmp ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user