summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-02-26 08:55:32 -0600
committerTom Rini <[email protected]>2025-02-26 08:55:32 -0600
commit57bbc4de75f6f6eb066462c777bf18cb8b8d4631 (patch)
tree8656574b08e9579d4cc76a714a6a7e328d1723a5 /cmd
parentdc0ee458f1afae4cb5c8a7b2c875bb24ffdf71ca (diff)
parent6267ce556595e0586aee3a7d63042d105dc3fa4e (diff)
Merge tag 'qcom-fixes-2025.04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
CI: https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/24841 The clk_stub, regulator, and pinctrl fixes enable the sdcard on the RB5 dev board (and sm8250 devices broadly). clk_stub is only enabled in qcom_defconfig and the others are qcom specific so these shouldn't affect other platforms. Lastly, a small ufetch fix from Sam which gets color rendering correctly on U-Boots framebuffer video device.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ufetch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ufetch.c b/cmd/ufetch.c
index ed5a856c7ab..46bd16824e6 100644
--- a/cmd/ufetch.c
+++ b/cmd/ufetch.c
@@ -24,8 +24,8 @@
DECLARE_GLOBAL_DATA_PTR;
#define LINE_WIDTH 40
-#define BLUE "\033[38;5;4m"
-#define YELLOW "\033[38;5;11m"
+#define BLUE "\033[34m"
+#define YELLOW "\033[33m"
#define BOLD "\033[1m"
#define RESET "\033[0m"
static const char * const logo_lines[] = {