u-boot-tpl.lds 312 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
  4. */
  5. #undef CONFIG_SPL_TEXT_BASE
  6. #define CONFIG_SPL_TEXT_BASE CONFIG_TPL_TEXT_BASE
  7. #undef CONFIG_SPL_MAX_SIZE
  8. #define CONFIG_SPL_MAX_SIZE CONFIG_TPL_MAX_SIZE
  9. #include "../../cpu/armv8/u-boot-spl.lds"