We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4b4605 + 55ca589 commit 259c4e9Copy full SHA for 259c4e9
rpi-eeprom-update
@@ -126,7 +126,7 @@ getBootloaderConfig() {
126
127
if [ -f "${blconfig_alias}" ]; then
128
local blconfig_ofnode_path="/sys/firmware/devicetree/base"$(strings "${blconfig_alias}")""
129
- local blconfig_ofnode_link=$(find -L /sys/bus/nvmem -samefile "${blconfig_ofnode_path}" 2>/dev/null)
+ local blconfig_ofnode_link=$(find -L /sys/bus/nvmem -maxdepth 3 -samefile "${blconfig_ofnode_path}" 2>/dev/null)
130
131
if [ -e "${blconfig_ofnode_link}" ]; then
132
blconfig_nvmem_path=$(dirname "${blconfig_ofnode_link}")
0 commit comments