builtin_fdt_gcc.S 371 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2022-08-24 GuEe-GUI first version
  9. */
  10. #include <rtconfig.h>
  11. .data
  12. .align 8
  13. .globl rt_hw_builtin_fdt
  14. rt_hw_builtin_fdt:
  15. #ifdef RT_BUILTIN_FDT_PATH
  16. .incbin RT_BUILTIN_FDT_PATH
  17. #endif