mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arch: smem: removed end_magic check in bootconfig
This patch is to support bootconfig with crc32 Change-Id: I49a7c5e3a578a166d25b8c7387a9a5ffd21652a8 Signed-off-by: Gurumoorthy Santhakumar <quic_gsanthak@quicinc.com>
This commit is contained in:
parent
7998e7fb24
commit
c61b701c04
1 changed files with 1 additions and 2 deletions
|
|
@ -517,8 +517,7 @@ int smem_bootconfig_info(void)
|
|||
&qca_smem_bootconfig_info, sizeof(qca_smem_bootconfig_info_t));
|
||||
if ((ret != 0) ||
|
||||
((qca_smem_bootconfig_info.magic_start != _SMEM_DUAL_BOOTINFO_MAGIC_START) &&
|
||||
(qca_smem_bootconfig_info.magic_start != _SMEM_DUAL_BOOTINFO_MAGIC_START_TRYMODE)) ||
|
||||
(qca_smem_bootconfig_info.magic_end != _SMEM_DUAL_BOOTINFO_MAGIC_END))
|
||||
(qca_smem_bootconfig_info.magic_start != _SMEM_DUAL_BOOTINFO_MAGIC_START_TRYMODE)))
|
||||
return -ENOMSG;
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue