Commit bc99e707 authored by Anup Patel's avatar Anup Patel Committed by Anup Patel
Browse files

blob: Rename FW_xyz_FDT_OFFSET to FW_xyz_FDT_ADDR



Instead of placing FDT (passed by previous booting stage) at a
location relative to next address we should have absolute
location of placing FDT so that we more freedom of placing FDT.

This will be particularly useful for platforms/boards with
very less RAM (such as Kendryte board).

Due to above motivation, we rename FW_xyz_FDT_OFFSET options
to FW_xyz_FDT_ADDR options and use FW_xyz_FDT_ADDR options as
absolute address for placing FDT.

Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
parent d9c5bea9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment