diff --git a/include/configs/am335x_nmhw21.h b/include/configs/am335x_nmhw21.h index 073384ed69..4f23825947 100644 --- a/include/configs/am335x_nmhw21.h +++ b/include/configs/am335x_nmhw21.h @@ -140,7 +140,7 @@ int eth_phy_timeout(void); /* NRSW boot */ \ "root_part=1\0" /* from NRSW, required here? set from board.c */ \ "kernel_image=kernel.bin\0" \ - "fdt_image=am335x-nmhw24-prod1.dtb\0" /* diff, openwrt-nrhw24-nb801.dtb, not relevant as it will be overwritten */ \ + "fdt_image=am335x-nmhw21-prod1.dtb\0" \ "add_sd_bootargs=setenv bootargs $bootargs root=/dev/${mmc_dev}p$root_part rootfstype=ext4 " \ "console=$defaultconsole,115200 rootwait loglevel=4 ti_cpsw.rx_packet_max=1526\0" \ "add_version_bootargs=setenv bootargs $bootargs\0" \