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
@ -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…
Reference in New Issue
Block a user