[U-Boot] [PATCH] [NAND] Add board_nand_init_tail to give board module a chance to init after NAND chip is scaned.
Haavard Skinnemoen
haavard.skinnemoen at atmel.com
Fri Aug 8 13:39:04 CEST 2008
"Hong Xu" <hongxu.cn at gmail.com> wrote:
> +int __board_nand_init_tail(struct nand_chip *nand) { return 0; }
> +int inline board_nand_init_tail (struct nand_chip *) __attribute__
> + ((weak, alias("__board_nand_init_tail")));
A globally visible inline weak alias. How does that work?
Haavard
More information about the U-Boot
mailing list