Re: [PATCH 1/2] arm: mach-snapdragon: misc: Initialize eMMC if necessary

2021-08-02 Thread Ramon Fried
On Mon, Aug 2, 2021 at 5:52 PM Stephan Gerhold wrote: > > At the moment U-Boot produces an empty MAC address (02:00:00:00:00:00) > if the eMMC is not used by anything in U-Boot (e.g. with > CONFIG_ENV_IS_NOWHERE=y instead of having the environment on eMMC). > This happens because then there is

[PATCH 1/2] arm: mach-snapdragon: misc: Initialize eMMC if necessary

2021-08-02 Thread Stephan Gerhold
At the moment U-Boot produces an empty MAC address (02:00:00:00:00:00) if the eMMC is not used by anything in U-Boot (e.g. with CONFIG_ENV_IS_NOWHERE=y instead of having the environment on eMMC). This happens because then there is nothing that actually initializes the eMMC and reads the "cid" that