Hi! > commit c81bd70f47cef36f88074d119e6e49cf92707fdb upstream. > > Enable mt25qu512a flash connected to QSPI0. > > + partitions { > + compatible = "fixed-partitions"; > + #address-cells = <1>; > + #size-cells = <1>; > + > + boot@0 { > + reg = <0x00000000 0x2000000>; > + read-only; > + }; > + user@2000000 { > + reg = <0x2000000 0x2000000>; > + }; This confused me for a while. Some of hex numbers are 7 digits, some are 8. Making it consistent at 8 digits would be good. (Or maybe using 0x0 so it is clear we are not aiming for 8 digits). Best regards, Pavel -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany