Skip to content

Commit

Permalink
satsuki: init: Read model name from /lta-label instead of its block d…
Browse files Browse the repository at this point in the history
…evice

Change-Id: I8dead1e8fe4352d9b2934ad1074f4fc01d315eed
  • Loading branch information
luk1337 authored and joel16 committed Oct 5, 2021
1 parent 69bcdf1 commit 266d96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_satsuki/init_satsuki.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

using android::init::import_kernel_cmdline;

constexpr auto LTALABEL_PATH = "/dev/block/platform/soc.0/f9824900.sdhci/by-name/LTALabel";
constexpr auto LTALABEL_PATH = "/lta-label/pages/menu.htm";

void property_override(char const prop[], char const value[], bool add = true)
{
Expand Down

0 comments on commit 266d96f

Please sign in to comment.