Merge tag 'video-for-v2023.07-rc2' of https://source.denx.de/u-boot/custodians/u...
[pandora-u-boot.git] / board / ti / am62x / evm.c
index 034fbed..e00e42e 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#ifdef CONFIG_SPLASH_SCREEN
+#if CONFIG_IS_ENABLED(SPLASH_SCREEN)
 static struct splash_location default_splash_locations[] = {
+       {
+               .name = "sf",
+               .storage = SPLASH_STORAGE_SF,
+               .flags = SPLASH_STORAGE_RAW,
+               .offset = 0x700000,
+       },
        {
                .name           = "mmc",
                .storage        = SPLASH_STORAGE_MMC,