commit | 50bae95e17c6dd0b7a2a3a92ad8808067234e9ef | [log] [tgz] |
---|---|---|
author | Kefeng Wang <wangkefeng.wang@huawei.com> | Fri May 14 17:49:08 2021 +0800 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue May 25 22:50:51 2021 -0700 |
tree | 765ff724c03b36cfedbdfee4882b8138c30c2ddb | |
parent | f842f5ff6aafc2752580ed99ee757652c08684e7 [diff] |
riscv: mm: Drop redundant _sdata and _edata declaration The _sdata/_edata is already in sections.h, drop redundant declaration. Also move _xiprom/_exiprom declarations at the beginning of the file, cleanup one CONFIG_XIP_KERNEL. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>