Another problem I am having with uboot is that it refuses to load overlay files.
When I run the following command :
setenv load_addr $ramdisk_addr_r
fatload mmc 1:1 ${load_addr} rockchip/overlays/${overlay_file}.dtbo
fdt apply ${load_addr}
I get the following output in uboot :
failed on fdt_overlay_apply(): FDT_ERR_NOTFOUND