mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Gale: Fixing the orange color to match the UX doc
UX Doc = go/gale-hw-ui This color wasn't changed earlier as the change wasn't done in the OS also. However, since we cannot change this later in FW (but OS can change anytime), I am making this change after discussing with the UX team. BUG=b:31501528, b:31633562 TEST=Change the device state to 'recovery mode' to observe the new color. BRANCH=none Change-Id: I88768b94cf91804a6005e44b1a168e059698ec4b Signed-off-by: Suresh Rajashekara <sureshraj@google.com> Reviewed-on: https://chromium-review.googlesource.com/388206 Commit-Ready: Suresh Rajashekara <sureshraj@chromium.org> Tested-by: Suresh Rajashekara <sureshraj@chromium.org> Reviewed-by: Christopher Book <cbook@chromium.org> Reviewed-by: Kan Yan <kyan@google.com>
This commit is contained in:
parent
627ebb12e4
commit
36a3d8c6ea
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ static const TiLp55231Program blink_wipeout1_program = {
|
|||
static const uint8_t blink_recovery1_text[] = {
|
||||
0x00, 0x01, 0x00, 0x02, 0x00, 0x04, 0x90, 0x02,
|
||||
0x94, 0x02, 0x9f, 0x80, 0x98, 255, 0x84, 0x62,
|
||||
0x9f, 0x81, 0x98, 50, 0x84, 0x62, 0x9f, 0x82,
|
||||
0x98, 0, 0x84, 0x62, 0x4c, 0x00, 0x86, 0x2c,
|
||||
0x9f, 0x81, 0x98, 100, 0x84, 0x62, 0x9f, 0x82,
|
||||
0x98, 10, 0x84, 0x62, 0x4c, 0x00, 0x86, 0x2c,
|
||||
0x40, 0x00, 0x9f, 0x81, 0x40, 0x00, 0x9f, 0x80,
|
||||
0x40, 0x00, 0x4c, 0x00, 0x86, 0x49, 0xa0, 0x03,
|
||||
0xc0, 0x00, 0xc0, 0x00, 0x00,
|
||||
|
|
Loading…
Add table
Reference in a new issue