mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
ARM64: zynqmp: Allow overwrite identification string
Keep default option there but allow overwrite it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
713b616459
commit
15c3eb53a9
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@
|
|||
/* Cache Definitions */
|
||||
#define CONFIG_SYS_CACHELINE_SIZE 64
|
||||
|
||||
#define CONFIG_IDENT_STRING " Xilinx ZynqMP"
|
||||
#if !defined(CONFIG_IDENT_STRING)
|
||||
# define CONFIG_IDENT_STRING " Xilinx ZynqMP"
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue