Skip to content

Commit 27fed8e

Browse files
jamiegibbonsRomainNaour
authored andcommitted
beaglev_fire: remove fdt set from boot script
With the latest U-Boot update, U-Boot now handles this step in the board setup removing the need to set this from a custom boot script. Remove redundant fdt set command from boot script. Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com> Signed-off-by: Romain Naour <romain.naour@smile.fr>
1 parent e9e5513 commit 27fed8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

board/beagleboard/beaglev_fire/boot.cmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ bootm loados ${scriptaddr};
1111
# Try to load a ramdisk if available inside fitImage
1212
bootm ramdisk;
1313
bootm prep;
14-
fdt set /soc/ethernet@20110000 mac-address ${beaglevfire_mac_addr0};
1514
run design_overlays;
1615
bootm go;

0 commit comments

Comments
 (0)