From: E Shattow <e@freeshell.de>
To: U-Boot Mailing List <u-boot@lists.denx.de>,
Tom Rini <trini@konsulko.com>, Bryan Brattlof <bb@ti.com>,
Minda Chen <minda.chen@starfivetech.com>,
Hal Feng <hal.feng@starfivetech.com>
Cc: E Shattow <e@freeshell.de>
Subject: [PATCH v1 1/7] configs: use lowercase hex prefix style
Date: Fri, 6 Jun 2025 15:44:56 -0700 [thread overview]
Message-ID: <20250606224558.1117422-2-e@freeshell.de> (raw)
In-Reply-To: <20250606224558.1117422-1-e@freeshell.de>
Use consistent lowercase hex prefix style in configs/*
Signed-off-by: E Shattow <e@freeshell.de>
---
configs/am62x_evm_r5_ethboot_defconfig | 2 +-
configs/starfive_visionfive2_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/am62x_evm_r5_ethboot_defconfig b/configs/am62x_evm_r5_ethboot_defconfig
index 0d823743907..96b2c28825f 100644
--- a/configs/am62x_evm_r5_ethboot_defconfig
+++ b/configs/am62x_evm_r5_ethboot_defconfig
@@ -9,7 +9,7 @@ CONFIG_SPL_GPIO=y
CONFIG_SPL_MMC=n
CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
-CONFIG_SPL_BSS_MAX_SIZE=0X3100
+CONFIG_SPL_BSS_MAX_SIZE=0x3100
CONFIG_SPL_DMA=y
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_ETH=y
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index e145ced8db8..fd5bd6efa06 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -98,7 +98,7 @@ CONFIG_SYS_I2C_DW=y
CONFIG_MISC=y
CONFIG_I2C_EEPROM=y
CONFIG_SPL_I2C_EEPROM=y
-CONFIG_SYS_I2C_EEPROM_ADDR=0X50
+CONFIG_SYS_I2C_EEPROM_ADDR=0x50
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_SPL_MMC_HS400_SUPPORT=y
CONFIG_MMC_DW=y
--
2.49.0
next prev parent reply other threads:[~2025-06-06 22:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-06 22:44 [PATCH v1 0/7] Hex value prefix case cleanup E Shattow
2025-06-06 22:44 ` E Shattow [this message]
2025-06-06 22:44 ` [PATCH v1 2/7] board: use lowercase hex prefix style E Shattow
2025-06-06 22:44 ` [PATCH v1 3/7] drivers: " E Shattow
2025-06-16 8:20 ` Patrick DELAUNAY
2025-06-06 22:44 ` [PATCH v1 4/7] tools: " E Shattow
2025-06-06 22:45 ` [PATCH v1 5/7] lib: " E Shattow
2025-06-06 22:45 ` [PATCH v1 6/7] arch: " E Shattow
2025-06-06 22:45 ` [PATCH v1 7/7] include: " E Shattow
2025-06-14 17:44 ` [PATCH v1 0/7] Hex value prefix case cleanup Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250606224558.1117422-2-e@freeshell.de \
--to=e@freeshell.de \
--cc=bb@ti.com \
--cc=hal.feng@starfivetech.com \
--cc=minda.chen@starfivetech.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.