X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fnvidia%2Fcommon%2Fboard.c;h=4bdbf0194ab54f5df0921b3d70613a0fb634e39d;hb=b0e6ef46405353270595ffa35c21f4334c541189;hp=0e4a65ad059424ac6bea8aff10821e259ba18432;hpb=a6c7b461814028870697182d19383ef5b370c257;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c index 0e4a65a..4bdbf01 100644 --- a/board/nvidia/common/board.c +++ b/board/nvidia/common/board.c @@ -113,10 +113,6 @@ int board_init(void) power_det_init(); #ifdef CONFIG_SYS_I2C_TEGRA -#ifndef CONFIG_SYS_I2C_INIT_BOARD -#error "You must define CONFIG_SYS_I2C_INIT_BOARD to use i2c on Nvidia boards" -#endif - i2c_init_board(); # ifdef CONFIG_TEGRA_PMU if (pmu_set_nominal()) debug("Failed to select nominal voltages\n");