Skip to content

Commit

Permalink
Revert "agilex5_uboot.txt: add support for nand ubifs"
Browse files Browse the repository at this point in the history
This reverts commit 47e86c6.
  • Loading branch information
drosdi committed Oct 23, 2023
1 parent 50ce503 commit 14705ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/files/agilex5_uboot.txt
Expand Up @@ -30,7 +30,7 @@ if test ${target} = "qspi"; then
fi

if test ${target} = "nand"; then
ubi part rootubi;
ubi part root;
ubi readvol ${loadaddr} kernel;
setenv bootargs "earlycon panic=-1 root=${nandroot} rw rootwait rootfstype=ubifs ubi.mtd=1";
bootm ${loadaddr};
Expand Down

0 comments on commit 14705ca

Please sign in to comment.