mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
arm: Catchup to atmel retirement
AT91 boot2 loaders have been long gone, and don't support the AT91 parts that have armv7 cores (since we don't have specific support for that). Mentioning its interface is OBE, so remove it. Sponsored by: Netflix
This commit is contained in:
parent
9d2c93c249
commit
fc2b8ee6da
1 changed files with 1 additions and 2 deletions
|
|
@ -92,13 +92,12 @@
|
|||
|
||||
/*
|
||||
* On entry for FreeBSD boot ABI:
|
||||
* r0 - metadata pointer or 0 (boothowto on AT91's boot2)
|
||||
* r0 - metadata pointer or 0
|
||||
* r1 - if (r0 == 0) then metadata pointer
|
||||
* On entry for Linux boot ABI:
|
||||
* r0 - 0
|
||||
* r1 - machine type (passed as arg2 to initarm)
|
||||
* r2 - Pointer to a tagged list or dtb image (phys addr) (passed as arg1 initarm)
|
||||
*
|
||||
* For both types of boot we gather up the args, put them in a struct arm_boot_params
|
||||
* structure and pass that to initarm.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue