X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fsiemens%2Fdraco%2Fboard.c;h=ede73baf3e92f90d74fc9ff6f8050aad01e5c725;hb=0c331ebcc6843bb5e4e6727d1b4a13ef2284a5ab;hp=9be2e344f8da37188cfcf12230016b0b91a3883e;hpb=4ac32b9c4db8e9e427584024c93773927644f7f4;p=karo-tx-uboot.git diff --git a/board/siemens/draco/board.c b/board/siemens/draco/board.c index 9be2e344f8..ede73baf3e 100644 --- a/board/siemens/draco/board.c +++ b/board/siemens/draco/board.c @@ -280,4 +280,13 @@ U_BOOT_CMD( #endif /* #if defined(CONFIG_DRIVER_TI_CPSW) */ #endif /* #if (defined(CONFIG_DRIVER_TI_CPSW) && !defined(CONFIG_SPL_BUILD)) */ +#ifdef CONFIG_BOARD_LATE_INIT +int board_late_init(void) +{ + omap_nand_switch_ecc(1, 8); + + return 0; +} +#endif + #include "../common/board.c"