X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fintel%2Fminnowmax%2Fminnowmax.c;h=383cae068bdff48b828c4b137fd96fae9e5d1d4e;hp=1f5549a4586cc217991c7f5381aef2157e46c75e;hb=9a7aeeaf837d39d3ec0ae26871600fdc89aef630;hpb=6367c5b1299c9dfd0bc63e083b10ae1eaab3f1e7 diff --git a/board/intel/minnowmax/minnowmax.c b/board/intel/minnowmax/minnowmax.c index 1f5549a458..383cae068b 100644 --- a/board/intel/minnowmax/minnowmax.c +++ b/board/intel/minnowmax/minnowmax.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include @@ -12,6 +13,14 @@ #define SERIAL_DEV PNP_DEV(0x2e, 4) +int arch_early_init_r(void) +{ + /* do the pin-muxing */ + gpio_ich6_pinctrl_init(); + + return 0; +} + int board_early_init_f(void) { lpc47m_enable_serial(SERIAL_DEV, UART0_BASE, UART0_IRQ);