quark-u-boot.dtsi 226 B

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