1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootsplash.h>
4 #include <vendorcode/google/chromeos/chromeos.h>
6 const char *bmp_logo_filename(void)
8 if (chromeos_device_branded_plus_hard())
9 return "cb_plus_logo.bmp";
10 else if (chromeos_device_branded_plus_soft())
11 return "cb_plus_logo.bmp";