aboutsummaryrefslogtreecommitdiff
path: root/board/BuS/eb_cpu5282/eb_cpu5282.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/BuS/eb_cpu5282/eb_cpu5282.c')
-rw-r--r--board/BuS/eb_cpu5282/eb_cpu5282.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuS/eb_cpu5282/eb_cpu5282.c b/board/BuS/eb_cpu5282/eb_cpu5282.c
index 144a089..5829299 100644
--- a/board/BuS/eb_cpu5282/eb_cpu5282.c
+++ b/board/BuS/eb_cpu5282/eb_cpu5282.c
@@ -214,7 +214,7 @@ int drv_video_init(void)
#ifdef CONFIG_SPLASH_SCREEN
s = env_get("splashimage");
if (s != NULL) {
- splash = simple_strtoul(s, NULL, 16);
+ splash = hextoul(s, NULL);
vcxk_acknowledge_wait();
video_display_bitmap(splash, 0, 0);
}