Skip to content

Commit

Permalink
rk3318-box: Enable uboot BTRFS support
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3d authored and paolosabatino committed Nov 26, 2023
1 parent 4702c9f commit 4707e71
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ new file mode 100644
index 00000000..b6a038f7
--- /dev/null
+++ b/configs/rk3318-box_defconfig
@@ -0,0 +1,117 @@
@@ -0,0 +1,118 @@
+CONFIG_ARM=y
+CONFIG_ARCH_ROCKCHIP=y
+CONFIG_SYS_TEXT_BASE=0x00200000
Expand Down Expand Up @@ -121,3 +121,4 @@ index 00000000..b6a038f7
+CONFIG_SPL_TINY_MEMSET=y
+CONFIG_TPL_TINY_MEMSET=y
+CONFIG_ERRNO_STR=y
+CONFIG_CMD_BTRFS=y

0 comments on commit 4707e71

Please sign in to comment.