1
0

chore(lab03): remove useless file

This commit is contained in:
2026-04-02 23:20:57 +02:00
parent b72fca7b26
commit 15783a04b0
2 changed files with 0 additions and 22 deletions

View File

@@ -1,10 +0,0 @@
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
fatload mmc 0 $kernel_addr_r Image
#fatload mmc 0 $fdt_addr_r nanopi-neo-plus2.dtb
fatload mmc 0 $fdt_addr_r mydt.dtb
fdt addr $fdt_addr_r
fdt resize
booti $kernel_addr_r - $fdt_addr_r

View File

@@ -1,12 +0,0 @@
/dts-v1/;
#include "allwinner/sun50i-h5-nanopi-neo-plus2.dts"
/ {
/delete-node/ leds;
mydevice {
compatible = "mydevice";
attribute = "text";
};
};