commit | d9c93c9e2c53e5b624e79b9ba244f84b5c73544b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Aug 12 12:30:36 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Aug 26 08:14:43 2021 +0200 |
tree | 6507255f0a054eb767d5f4efc92d75433883ccf9 | |
parent | 57f710320fcd18bb5deaa9654dbce4da4de9d987 [diff] |
xilinx: common: Change board_info[] handling Origin code was allocating only pointers to struct xilinx_board_description and there was separate allocation for structure self and freeing in case of failure. The code is directly allocating space for all structures by one calloc to simlify logic. Signed-off-by: Michal Simek <michal.simek@xilinx.com>