fw_dynamic.elf.ldS 274 B

123456789101112131415161718
  1. /*
  2. * SPDX-License-Identifier: BSD-2-Clause
  3. *
  4. * Copyright (c) 2019 Western Digital Corporation or its affiliates.
  5. *
  6. * Authors:
  7. * Anup Patel <anup.patel@wdc.com>
  8. */
  9. OUTPUT_ARCH(riscv)
  10. ENTRY(_start)
  11. SECTIONS
  12. {
  13. #include "fw_base.ldS"
  14. PROVIDE(_fw_reloc_end = .);
  15. }