mbox series

[v2,0/6] microblaze: Cleanup series

Message ID cover.1605538936.git.michal.simek@xilinx.com
Headers show
Series microblaze: Cleanup series | expand

Message

Michal Simek Nov. 16, 2020, 3:02 p.m. UTC
Hi,

I looked at microblaze configs and clean up some things. All changes were
done in connection to detect nor flash based on information taken from DT.

Thanks
Michal

Changes in v2:
- Rework the whole patch because SPL_NOR is enabled by default.

Michal Simek (6):
  microblaze: Clean config file from ifdef mess
  microblaze: Simplify cache handling
  microblaze: Get rid of xparameters.h
  microblaze: Remove CONFIG_SYS_FDT_SIZE
  microblaze: Unify of setting for SPL_NOR/XIP support
  microblaze: Detect NOR flash based on DT

 board/xilinx/microblaze-generic/xparameters.h | 18 ----
 configs/microblaze-generic_defconfig          |  2 +
 include/configs/microblaze-generic.h          | 87 ++-----------------
 scripts/config_whitelist.txt                  |  1 -
 4 files changed, 11 insertions(+), 97 deletions(-)
 delete mode 100644 board/xilinx/microblaze-generic/xparameters.h

Comments

Michal Simek Nov. 20, 2020, 9:47 a.m. UTC | #1
po 16. 11. 2020 v 16:02 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> Hi,
>
> I looked at microblaze configs and clean up some things. All changes were
> done in connection to detect nor flash based on information taken from DT.
>
> Thanks
> Michal
>
> Changes in v2:
> - Rework the whole patch because SPL_NOR is enabled by default.
>
> Michal Simek (6):
>   microblaze: Clean config file from ifdef mess
>   microblaze: Simplify cache handling
>   microblaze: Get rid of xparameters.h
>   microblaze: Remove CONFIG_SYS_FDT_SIZE
>   microblaze: Unify of setting for SPL_NOR/XIP support
>   microblaze: Detect NOR flash based on DT
>
>  board/xilinx/microblaze-generic/xparameters.h | 18 ----
>  configs/microblaze-generic_defconfig          |  2 +
>  include/configs/microblaze-generic.h          | 87 ++-----------------
>  scripts/config_whitelist.txt                  |  1 -
>  4 files changed, 11 insertions(+), 97 deletions(-)
>  delete mode 100644 board/xilinx/microblaze-generic/xparameters.h
>
> --
> 2.29.2
>

Applied.
M