commit | 75f4b72bb464de826f248be1a4059a5cdc4b8351 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Apr 11 22:02:22 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 16 22:38:53 2018 +0800 |
tree | 69eaf0c7013038cc6f2b47ba6d7f512623815351 | |
parent | 051f95e34246179ff6a7c451ea185174e1fdf512 [diff] |
bootvx: x86: Assign bootaddr based on kernel memory base On VxWorks x86 its bootline address is at a pre-defined offset @ 0x1200. If 'bootaddr' is not passed via environment variable, we assign its value based on the kernel memory base address. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>