]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Mon, 20 Apr 2015 18:07:50 +0000 (20:07 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 15 May 2015 00:49:38 +0000 (18:49 -0600)
commit622e5fee3d14c06c4c68f3c89612a9e58926c900
treeedcff7958d1534c5a7cd92391ea649eac382624b
parentfdea8bbbc8a3e2ea17ebad507957039ef94a4414
dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC

In the power_init_board function call, regulator driver init is called,
so before compile, make sure that any power framework is defined.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
board/samsung/common/board.c