Home | History | Annotate | Download | only in u-boot

Lines Matching refs:dtb_size

1014 	@dtb_size=$(shell wc -c u-boot.dtb | awk '{print $$1}') ; \
1018 if [ $${dtb_size} -gt $${quarter_space} ]; then \