mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: armada-xp: Change built target to include the SPL binary as bin_hdr
Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
This commit is contained in:
parent
9a5e0a7d5b
commit
1e0b5984f4
1 changed files with 4 additions and 0 deletions
|
@ -31,7 +31,11 @@
|
|||
#endif /* CONFIG_SYS_KWD_CONFIG */
|
||||
|
||||
/* Add target to build it automatically upon "make" */
|
||||
#ifdef CONFIG_SPL
|
||||
#define CONFIG_BUILD_TARGET "u-boot-spl.kwb"
|
||||
#else
|
||||
#define CONFIG_BUILD_TARGET "u-boot.kwb"
|
||||
#endif
|
||||
|
||||
/* end of 16M scrubbed by training in bootrom */
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x00FF0000
|
||||
|
|
Loading…
Add table
Reference in a new issue