mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
pcm030: fix out-of-tree building
Commit c9969947
, which added support for the pcm030 board
(aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
9ff59601c7
commit
0a87dd90a7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -698,7 +698,7 @@ o2dnt_config: unconfig
|
|||
|
||||
pcm030_config \
|
||||
pcm030_LOWBOOT_config: unconfig
|
||||
@ >include/config.h
|
||||
@ >$(obj)include/config.h
|
||||
@[ -z "$(findstring LOWBOOT_,$@)" ] || \
|
||||
{ echo "TEXT_BASE = 0xFF000000" >$(obj)board/phytec/pcm030/config.tmp ; \
|
||||
echo "... with LOWBOOT configuration" ; \
|
||||
|
|
Loading…
Reference in a new issue