xilinx_versal_mini.h 734 B

1234567891011121314151617181920212223242526272829303132
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Configuration for Xilinx Versal MINI configuration
  4. *
  5. * (C) Copyright 2018-2019 Xilinx, Inc.
  6. * Michal Simek <michal.simek@xilinx.com>
  7. * Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
  8. */
  9. #ifndef __CONFIG_VERSAL_MINI_H
  10. #define __CONFIG_VERSAL_MINI_H
  11. #define CONFIG_SYS_MEMTEST_SCRATCH 0xfffc0000
  12. #define CONFIG_EXTRA_ENV_SETTINGS
  13. #include <configs/xilinx_versal.h>
  14. /* Undef unneeded configs */
  15. #undef CONFIG_EXTRA_ENV_SETTINGS
  16. #undef CONFIG_ZLIB
  17. #undef CONFIG_GZIP
  18. #undef CONFIG_CMD_ENV
  19. /* BOOTP options */
  20. #undef CONFIG_BOOTP_BOOTFILESIZE
  21. #undef CONFIG_BOOTP_MAY_FAIL
  22. #undef CONFIG_SYS_CBSIZE
  23. #define CONFIG_SYS_CBSIZE 1024
  24. #endif /* __CONFIG_VERSAL_MINI_H */