emulation-u-boot.dtsi 252 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2016 Google, Inc
  3. * Written by Simon Glass <sjg@chromium.org>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #include <u-boot.dtsi>
  8. #ifdef CONFIG_ROM_SIZE
  9. / {
  10. binman {
  11. u-boot-with-ucode-ptr {
  12. optional-ucode;
  13. };
  14. };
  15. };
  16. #endif