xilinx_versal_mini.h 624 B

12345678910111213141516171819202122232425262728
  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_EXTRA_ENV_SETTINGS
  12. #include <configs/xilinx_versal.h>
  13. /* Undef unneeded configs */
  14. #undef CONFIG_EXTRA_ENV_SETTINGS
  15. /* BOOTP options */
  16. #undef CONFIG_BOOTP_BOOTFILESIZE
  17. #undef CONFIG_BOOTP_MAY_FAIL
  18. #undef CONFIG_SYS_CBSIZE
  19. #define CONFIG_SYS_CBSIZE 1024
  20. #endif /* __CONFIG_VERSAL_MINI_H */