commit | 22aa61f707574dd569296f521fcfc46a05f51c48 | [log] [tgz] |
---|---|---|
author | Stanislav Galabov <sgalabov@gmail.com> | Tue Mar 01 14:19:04 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 08 15:01:45 2016 -0500 |
tree | f10c14b607f363b7dd685099951b9f6455eb483d | |
parent | 3f53e619f0d72db7b5812313c8f290051c7bfbee [diff] |
api: Export API structure address as an environment variable This patch makes the U-Boot api export its structure address as an environment variable, so it can be used to directly hint FreeBSD's loader of api's location. The relevant FreeBSD loader change is currently under review at: https://reviews.freebsd.org/D5492 Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>