mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
armv7: armv7: introduce set_gpmc_cs0
Allow boards to runtime detect flash type. Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
This commit is contained in:
parent
0568dd0663
commit
22d6ac490e
3 changed files with 92 additions and 58 deletions
|
@ -93,5 +93,6 @@ struct gpmc {
|
|||
|
||||
/* Used for board specific gpmc initialization */
|
||||
extern const struct gpmc *gpmc_cfg;
|
||||
extern char gpmc_cs0_flash;
|
||||
|
||||
#endif /* __ASM_OMAP_GPMC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue