X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=nand_spl%2Fnand_boot_fsl_nfc.c;h=ea3566b87d34139cbff473a0370ba949e29df43c;hb=4fff329df2516a7d9242d0642c07c4506f859051;hp=f4040a7cf9e8d4f42aafc3a997971e28ee9274b8;hpb=111d6c6ad15d1425d3e5a678b2ff4b593e910fca;p=karo-tx-uboot.git diff --git a/nand_spl/nand_boot_fsl_nfc.c b/nand_spl/nand_boot_fsl_nfc.c index f4040a7cf9..ea3566b87d 100644 --- a/nand_spl/nand_boot_fsl_nfc.c +++ b/nand_spl/nand_boot_fsl_nfc.c @@ -27,14 +27,14 @@ #include #include #ifdef CONFIG_MX31 -#include +#include #else -#include +#include #endif #include #include -struct fsl_nfc_regs *nfc; +static struct fsl_nfc_regs *const nfc = (void *)NFC_BASE_ADDR; static void nfc_wait_ready(void) { @@ -228,8 +228,6 @@ static int nand_load(unsigned int from, unsigned int size, unsigned char *buf) unsigned int maxpages = CONFIG_SYS_NAND_SIZE / CONFIG_SYS_NAND_PAGE_SIZE; - nfc = (void *)NFC_BASE_ADDR; - nfc_nand_init(); /* Convert to page number */ @@ -274,8 +272,6 @@ void nand_boot(void) { __attribute__((noreturn)) void (*uboot)(void); - nfc = (void *)NFC_BASE_ADDR; - /* * CONFIG_SYS_NAND_U_BOOT_OFFS and CONFIG_SYS_NAND_U_BOOT_SIZE must * be aligned to full pages