xilinx_zynqmp_mini.h 741 B

1234567891011121314151617181920212223242526272829303132
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Configuration for Xilinx ZynqMP Flash utility
  4. *
  5. * (C) Copyright 2018 Xilinx, Inc.
  6. * Michal Simek <michal.simek@xilinx.com>
  7. * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
  8. */
  9. #ifndef __CONFIG_ZYNQMP_MINI_H
  10. #define __CONFIG_ZYNQMP_MINI_H
  11. #define CONFIG_SYS_MEMTEST_SCRATCH 0xfffc0000
  12. #define CONFIG_EXTRA_ENV_SETTINGS
  13. #include <configs/xilinx_zynqmp.h>
  14. /* Undef unneeded configs */
  15. #undef CONFIG_BOOTCOMMAND
  16. #undef CONFIG_EXTRA_ENV_SETTINGS
  17. #undef CONFIG_SYS_MALLOC_LEN
  18. #undef CONFIG_ZLIB
  19. #undef CONFIG_GZIP
  20. #undef CONFIG_CMD_ENV
  21. #undef CONFIG_SYS_INIT_SP_ADDR
  22. /* BOOTP options */
  23. #undef CONFIG_BOOTP_BOOTFILESIZE
  24. #undef CONFIG_BOOTP_MAY_FAIL
  25. #endif /* __CONFIG_ZYNQMP_MINI_H */