This website requires JavaScript.
Explore
Help
Register
Sign In
V3s_Allwinner
/
uboot
Watch
1
Star
0
Fork
You've already forked uboot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
e71796a70a
uboot
/
configs
/
edminiv2_defconfig
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
edminiv2: switch to SPL ED Mini V2 is based on Orion 5x which boots at fixed address 0xFFFF0000 in NOR Flash. Place SPL there, and switch U-Boot from .bin to .img format, stored in NOR Flash at 0xFFF90000. Note: this patch was tested on HW and works, i.e. it boots U-Boot properly, but SPL console output currently does not appear, due to GD being trashed by arch/arm/lib/spl.c. This trashing is soon to be removed, and then ED Mini V2 SPL console output will become visible. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2015-01-31 21:55:38 +00:00
CONFIG_SPL=y
+S:CONFIG_ARM=y
+S:CONFIG_ORION5X=y
+S:CONFIG_TARGET_EDMINIV2=y