9
0
Fork 0

ARM: i.MX50: do not pass base address to imx53_boot_save_loc

This is a follow-up on commit cf3dfafff4.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Kurz 2017-02-19 19:57:48 +01:00 committed by Sascha Hauer
parent b225bbf295
commit a02e9d5082
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static int imx50_silicon_revision(void)
int imx50_init(void)
{
imx50_silicon_revision();
imx53_boot_save_loc((void *)MX50_SRC_BASE_ADDR);
imx53_boot_save_loc();
return 0;
}