]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c
arm: mvebu: Enable NAND controller on MVEBU SoC's
[karo-tx-uboot.git] / board / Marvell / db-mv784mp-gp / db-mv784mp-gp.c
index 00ca878873d92a807a92a5af7778119eb80609c5..78c7b7e4e6bdf76f13a10205edb1fe5fcd2c51e2 100644 (file)
@@ -12,8 +12,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define BIT(nr)                                (1UL << (nr))
-
 #define ETH_PHY_CTRL_REG               0
 #define ETH_PHY_CTRL_POWER_DOWN_BIT    11
 #define ETH_PHY_CTRL_POWER_DOWN_MASK   (1 << ETH_PHY_CTRL_POWER_DOWN_BIT)