Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
ezynq
Commits
9239e759
Commit
9239e759
authored
Jul 26, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to u-boot 2016.5 so it would build in Yocto 2.1 - no more compiler-gcc6.h missing error
parent
dc8453f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
elphel393_defconfig
u-boot-tree/configs/elphel393_defconfig
+8
-0
elphel393.h
u-boot-tree/include/configs/elphel393.h
+4
-0
No files found.
u-boot-tree/configs/elphel393_defconfig
View file @
9239e759
...
@@ -24,3 +24,11 @@ CONFIG_CMD_NAND=y
...
@@ -24,3 +24,11 @@ CONFIG_CMD_NAND=y
CONFIG_DM_I2C=n
CONFIG_DM_I2C=n
CONFIG_CMD_SETEXPR=y
CONFIG_CMD_SETEXPR=y
CONFIG_DM_GPIO=n
CONFIG_EFI_LOADER=n
CONFIG_CMD_BOOTEFI=n
CONFIG_CMD_FAT=y
CONFIG_CMD_MMC=y
CONFIG_HUSH_PARSER=y
u-boot-tree/include/configs/elphel393.h
View file @
9239e759
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#define CONFIG_ZYNQ_GEM0
#define CONFIG_ZYNQ_GEM0
#define CONFIG_ZYNQ_GEM_PHY_ADDR0 0
#define CONFIG_ZYNQ_GEM_PHY_ADDR0 0
#define CONFIG_ZYNQ_SDHCI
#define CONFIG_ZYNQ_SDHCI0
#define CONFIG_ZYNQ_SDHCI0
#define CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_NO_FLASH
...
@@ -74,6 +75,9 @@
...
@@ -74,6 +75,9 @@
#include <configs/zynq-common.h>
#include <configs/zynq-common.h>
/* Need to define it - otherwise error "FDT creation failed!"*/
#define CONFIG_SYS_SDRAM_BASE 0
#undef CONFIG_SYS_PROMPT
#undef CONFIG_SYS_PROMPT
#undef CONFIG_BOOTDELAY
#undef CONFIG_BOOTDELAY
#undef CONFIG_EXTRA_ENV_SETTINGS
#undef CONFIG_EXTRA_ENV_SETTINGS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment