diff options
| author | Tom Rini <[email protected]> | 2022-01-18 12:31:42 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-18 12:31:42 -0500 |
| commit | 115090ef59ba6a371bed40181af8ceecc5635777 (patch) | |
| tree | 4bd3d9c53a16adcbb4f1498f0f0ed0fa011a5ef0 /include/init.h | |
| parent | 4e81f3be340072ad2c0aac093677333702f14f22 (diff) | |
| parent | 1041eae4203cac442e4750a22c1f0007e2b9f628 (diff) | |
Merge branch '2022-01-17-assorted-updates'
- musb gadget pinctrl-single, pxa3xx nand bugfixes
- btrfs BLAKE2 hash support and another btrfs fix
- board_r cleanups
Diffstat (limited to 'include/init.h')
| -rw-r--r-- | include/init.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/init.h b/include/init.h index dcd682c1bf6..20c3976af09 100644 --- a/include/init.h +++ b/include/init.h @@ -311,6 +311,16 @@ int board_early_init_r(void); int arch_initr_trap(void); /** + * init_addr_map() + * + * Initialize non-identity virtual-physical memory mappings for 32bit CPUs. + * It is called during the generic board init sequence, after relocation. + * + * Return: 0 if OK + */ +int init_addr_map(void); + +/** * main_loop() - Enter the main loop of U-Boot * * This normally runs the command line. |
