mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-28 01:47:24 +01:00
ipq5018: remove apps_iscrashed_crashdump_disabled
Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I7d9a47c1a31fb2b836e4e9d845be5adf232f1560 Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
parent
e2e36f3427
commit
a35a62b823
1 changed files with 0 additions and 11 deletions
|
|
@ -34,7 +34,6 @@
|
|||
#endif
|
||||
|
||||
#define DLOAD_MAGIC_COOKIE 0x10
|
||||
#define DLOAD_DISABLED 0x40
|
||||
|
||||
#define TCSR_SOC_HW_VERSION_REG 0x194D000
|
||||
|
||||
|
|
@ -359,16 +358,6 @@ __weak int ipq_get_tz_version(char *version_name, int buf_size)
|
|||
return 1;
|
||||
}
|
||||
|
||||
int apps_iscrashed_crashdump_disabled(void)
|
||||
{
|
||||
u32 *dmagic = (u32 *)CONFIG_IPQ5018_DMAGIC_ADDR;
|
||||
|
||||
if (*dmagic == DLOAD_DISABLED)
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int apps_iscrashed(void)
|
||||
{
|
||||
u32 *dmagic = (u32 *)CONFIG_IPQ5018_DMAGIC_ADDR;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue