mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-06 04:58:40 +00:00
Disabling saving environment to FAT partition. It breaks since we have EXT4 ... and that method works.
This commit is contained in:
parent
454c64a3e2
commit
9e42b31b99
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,7 @@ new file mode 100644
|
|||
index 0000000..670c3c7
|
||||
--- /dev/null
|
||||
+++ b/configs/nanopi_k1_plus_defconfig
|
||||
@@ -0,0 +1,23 @@
|
||||
@@ -0,0 +1,24 @@
|
||||
+CONFIG_ARM=y
|
||||
+CONFIG_ARCH_SUNXI=y
|
||||
+CONFIG_SYS_TEXT_BASE=0x4a000000
|
||||
|
@ -137,6 +137,7 @@ index 0000000..670c3c7
|
|||
+# CONFIG_SPL_DOS_PARTITION is not set
|
||||
+# CONFIG_SPL_ISO_PARTITION is not set
|
||||
+# CONFIG_SPL_EFI_PARTITION is not set
|
||||
+# CONFIG_ENV_IS_IN_FAT is not set
|
||||
+CONFIG_SPL_SPI_SUNXI=y
|
||||
+CONFIG_SUN8I_EMAC=y
|
||||
+CONFIG_USB_EHCI_HCD=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue