]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/davinci/da8xxevm/hawkboard_nand_spl.c
hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines
[karo-tx-uboot.git] / board / davinci / da8xxevm / hawkboard_nand_spl.c
index e5e65e5fd00a0e68704913b9b0dfabcbd435e915..32b17ce7f4e4fa22a807400e2c54da270671eae2 100644 (file)
@@ -99,8 +99,8 @@ void board_init_f(ulong bootflag)
        /*
         * Kick Registers need to be set to allow access to Pin Mux registers
         */
-       writel(HAWKBOARD_KICK0_UNLOCK, &davinci_syscfg_regs->kick0);
-       writel(HAWKBOARD_KICK1_UNLOCK, &davinci_syscfg_regs->kick1);
+       writel(DV_SYSCFG_KICK0_UNLOCK, &davinci_syscfg_regs->kick0);
+       writel(DV_SYSCFG_KICK1_UNLOCK, &davinci_syscfg_regs->kick1);
 
        /* setup the SUSPSRC for ARM to control emulation suspend */
        writel(readl(&davinci_syscfg_regs->suspsrc) &