Message ID | 20200413013832.11784-3-kever.yang@rock-chips.com |
---|---|
State | New |
Headers | show |
Series | [1/3] rockchip: rv1108: use correct API for board callback | expand |
On Sun, Apr 12, 2020 at 10:39 PM Kever Yang <kever.yang at rock-chips.com> wrote: > > Enable board early init callback to init board specific hardware. > > Signed-off-by: Kever Yang <kever.yang at rock-chips.com> Please send the same patch to elgin-rv1108 config.
diff --git a/configs/evb-rv1108_defconfig b/configs/evb-rv1108_defconfig index ae2c9704ab..3998ba4f2a 100644 --- a/configs/evb-rv1108_defconfig +++ b/configs/evb-rv1108_defconfig @@ -10,6 +10,7 @@ CONFIG_DEBUG_UART=y CONFIG_DEFAULT_FDT_FILE="rv1108-evb.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y +CONFIG_BOARD_EARLY_INIT_F=y CONFIG_RANDOM_UUID=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set
Enable board early init callback to init board specific hardware. Signed-off-by: Kever Yang <kever.yang at rock-chips.com> --- configs/evb-rv1108_defconfig | 1 + 1 file changed, 1 insertion(+)