summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phyflex-imx6/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/phytec-phyflex-imx6/board.c')
-rw-r--r--arch/arm/boards/phytec-phyflex-imx6/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boards/phytec-phyflex-imx6/board.c b/arch/arm/boards/phytec-phyflex-imx6/board.c
index e9bd1680fd..c90f378b00 100644
--- a/arch/arm/boards/phytec-phyflex-imx6/board.c
+++ b/arch/arm/boards/phytec-phyflex-imx6/board.c
@@ -21,6 +21,7 @@
#include <gpio.h>
#include <init.h>
#include <of.h>
+#include <mach/bbu.h>
#include <mach/imx6.h>
@@ -43,6 +44,8 @@ static int phytec_pfla02_init(void)
eth_phy_reset();
+ imx6_bbu_nand_register_handler("nand", BBU_HANDLER_FLAG_DEFAULT);
+
return 0;
}
device_initcall(phytec_pfla02_init);