]> git.dujemihanovic.xyz Git - u-boot.git/commit
nvmxip: Avoid probing on boot
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:13 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:00:59 +0000 (13:00 -0600)
commitec811ab654c63a9c8dc355f496760e465bc6a618
treecbfc9dd2623798a46d9bcea0dac18763455bca39
parent48fef88f94ef00a697724259e53ca4787ca5f89d
nvmxip: Avoid probing on boot

Devices should be probed when they are used, not before. Drop this
boot-time probing.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mtd/nvmxip/nvmxip-uclass.c