hw21,hw26: fix incorrect dtb name for fdt_image

This commit is contained in:
Rene Straub 2020-06-25 17:27:35 +02:00
parent e2bf817634
commit 3d8a85df86
1 changed files with 1 additions and 1 deletions

View File

@ -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" \