xilinx_zynqmp_mini.h 688 B

123456789101112131415161718192021222324252627282930
  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_EXTRA_ENV_SETTINGS
  12. #include <configs/xilinx_zynqmp.h>
  13. /* Undef unneeded configs */
  14. #undef CONFIG_BOOTCOMMAND
  15. #undef CONFIG_EXTRA_ENV_SETTINGS
  16. #undef CONFIG_SYS_MALLOC_LEN
  17. #undef CONFIG_SYS_INIT_SP_ADDR
  18. /* BOOTP options */
  19. #undef CONFIG_BOOTP_BOOTFILESIZE
  20. #undef CONFIG_BOOTP_MAY_FAIL
  21. #undef CONFIG_SYS_CBSIZE
  22. #define CONFIG_SYS_CBSIZE 1024
  23. #endif /* __CONFIG_ZYNQMP_MINI_H */