u-boot-tpl.lds 225 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
  4. */
  5. #undef CONFIG_SPL_TEXT_BASE
  6. #define CONFIG_SPL_TEXT_BASE CONFIG_TPL_TEXT_BASE
  7. #include "../../cpu/u-boot-spl.lds"