quark-u-boot.dtsi 223 B

12345678910111213141516
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
  4. */
  5. #include <u-boot.dtsi>
  6. #ifdef CONFIG_ROM_SIZE
  7. / {
  8. binman {
  9. u-boot-with-ucode-ptr {
  10. optional-ucode;
  11. };
  12. };
  13. };
  14. #endif