On Fri, 06 Jun 2025 15:44:55 -0700, E Shattow wrote: > Make consistent use of lowercase hexadecimal prefix '0x' throughout U-Boot. > > There are a few remaining uses of uppercase 'X' to denote hexadecimal prefix > or placeholder in documentation and error messages. > > External devicetree-rebasing dts/upstream and the generated code of > xilinx/zynq are ignored for the series. > > [...]
Applied to u-boot/next, thanks! [1/7] configs: use lowercase hex prefix style commit: 9f208a3e709f8201f0d7dd6fe23c789430ba6c1f [2/7] board: use lowercase hex prefix style commit: ba7634c6b6f1924d87af001dfdefdbced34442e9 [3/7] drivers: use lowercase hex prefix style commit: 449a5566522f07b4c8d58f3a6bdc36a74400e672 [4/7] tools: use lowercase hex prefix style commit: c5824a1b3d9776632e5c57c2f212819e2f2c8532 [5/7] lib: use lowercase hex prefix style commit: d1aacc9c787e67314dd24e8f104a67d773e33c98 [6/7] arch: use lowercase hex prefix style commit: 58bcf9ab19290442019bfa80a66a535252f341fd [7/7] include: use lowercase hex prefix style commit: 0230ad1c30a405c807dad5f78c95c57704234ffd -- Tom