Not sure about that particular board, but U-Boot uses the dt in /boot/dtb and then falls back to the built-in tree in U-Boot ($controlfdt). If it does use the fallback (which is the right way to do it), just do dtc -I fs -O dts /proc/device-tree and save ...
↧