Blame view

include/configs/xilinx_zynqmp_mini.h 858 Bytes
c8a6bade5   Siva Durga Prasad Paladugu   xilinx: zynqmp: A...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  /*
   * Configuration for Xilinx ZynqMP Flash utility
   *
   * (C) Copyright 2018 Xilinx, Inc.
   * Michal Simek <michal.simek@xilinx.com>
   * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
   *
   * SPDX-License-Identifier:	GPL-2.0+
   */
  
  #ifndef __CONFIG_ZYNQMP_MINI_H
  #define __CONFIG_ZYNQMP_MINI_H
  
  #include <configs/xilinx_zynqmp.h>
  
  /* Undef unneeded configs */
  #undef CONFIG_EXTRA_ENV_SETTINGS
  #undef CONFIG_SYS_MALLOC_LEN
  #undef CONFIG_ENV_SIZE
c8a6bade5   Siva Durga Prasad Paladugu   xilinx: zynqmp: A...
20
21
22
23
24
  #undef CONFIG_ZLIB
  #undef CONFIG_GZIP
  #undef CONFIG_CMD_ENV
  #undef CONFIG_MP
  #undef CONFIG_SYS_INIT_SP_ADDR
c8a6bade5   Siva Durga Prasad Paladugu   xilinx: zynqmp: A...
25
26
27
28
29
30
31
32
  #undef CONFIG_MTD_DEVICE
  #undef CONFIG_BOOTM_NETBSD
  #undef CONFIG_BOOTM_VXWORKS
  #undef CONFIG_BOOTM_LINUX
  #undef CONFIG_BOARD_LATE_INIT
  
  /* BOOTP options */
  #undef CONFIG_BOOTP_BOOTFILESIZE
c8a6bade5   Siva Durga Prasad Paladugu   xilinx: zynqmp: A...
33
  #undef CONFIG_BOOTP_MAY_FAIL
c8a6bade5   Siva Durga Prasad Paladugu   xilinx: zynqmp: A...
34
35
36
37
38
  #undef CONFIG_CMD_UNZIP
  
  #undef CONFIG_NR_DRAM_BANKS
  
  #endif /* __CONFIG_ZYNQMP_MINI_H */