* Add overlay initial support * Create load * Cleanup NL * Reorg dts files * Update update-dtb.sh
6 lines
63 B
Bash
6 lines
63 B
Bash
#!/bin/sh
|
|
|
|
for i in /env/overlay/*.dbto; do
|
|
oftree -o $i
|
|
done
|