Skip to content

Commit

Permalink
Initial branch of uboot for Variscite Dart-MX6
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyjv committed Jun 21, 2022
1 parent 243558d commit d3e7f56
Show file tree
Hide file tree
Showing 7 changed files with 13,458 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/mx6var_som.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"findfdt="\
"if test $fdt_file = undefined; then " \
"if test $board_name = DT6CUSTOM && test $board_rev = MX6Q; then " \
"setenv fdt_file imx6q-var-dart.dtb; " \
"setenv fdt_file teledyne-imx6q-var-dart.dtb; " \
"fi; " \
"if test $board_name = SOLOCUSTOM && test $board_rev = MX6QP; then " \
"setenv fdt_file imx6qp-var-som-vsc.dtb; " \
Expand Down
1 change: 1 addition & 0 deletions uboot-imx.cflags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-std=c17
2 changes: 2 additions & 0 deletions uboot-imx.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Add predefined macros for your project here. For example:
// #define THE_ANSWER 42
1 change: 1 addition & 0 deletions uboot-imx.creator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[General]
1 change: 1 addition & 0 deletions uboot-imx.cxxflags
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-std=c++17
Loading

0 comments on commit d3e7f56

Please sign in to comment.