forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uboot-imx: bump to 2018.03 which fixes the build issues with fdt64_t …
…redefinitions * change mx6qsabresd to mx6qsabres to match defconfig name * merge wanboard profiles since there is only one defconfig for the target device * move wanboard options from wandboard.h to defconfig * remove legacy patches Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
- Loading branch information
Showing
9 changed files
with
26 additions
and
1,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 0 additions & 72 deletions
72
package/boot/uboot-imx6/patches/002-use-static-inline.patch
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
package/boot/uboot-imx6/patches/003-use-weak-in-board.patch
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
package/boot/uboot-imx6/patches/004-use-weak-in-main.patch
This file was deleted.
Oops, something went wrong.
27 changes: 17 additions & 10 deletions
27
package/boot/uboot-imx6/patches/100-wandboard-enable-fit.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
--- a/include/configs/wandboard.h | ||
+++ b/include/configs/wandboard.h | ||
@@ -238,4 +238,7 @@ | ||
#define CONFIG_CMD_CACHE | ||
#endif | ||
|
||
+#define CONFIG_FIT | ||
+#define CONFIG_FIT_VERBOSE | ||
+ | ||
#endif /* __CONFIG_H * */ | ||
--- a/configs/wandboard_defconfig | ||
+++ b/configs/wandboard_defconfig | ||
@@ -27,7 +27,7 @@ CONFIG_CMD_I2C=y | ||
CONFIG_CMD_MMC=y | ||
CONFIG_CMD_SATA=y | ||
CONFIG_CMD_USB=y | ||
-CONFIG_CMD_CACHE=y | ||
+# CONFIG_CMD_CACHE is not set | ||
CONFIG_CMD_EXT4_WRITE=y | ||
CONFIG_ENV_IS_IN_MMC=y | ||
CONFIG_DM=y | ||
@@ -39,3 +39,5 @@ CONFIG_USB_STORAGE=y | ||
CONFIG_VIDEO=y | ||
# CONFIG_VIDEO_SW_CURSOR is not set | ||
CONFIG_OF_LIBFDT=y | ||
+CONFIG_FIT=y | ||
+CONFIG_FIT_VERBOSE=y |
Oops, something went wrong.