This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-12 07:57:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
95ae700044
u-boot
/
arch
/
arm
/
imx-common
/
Kconfig
6 lines
61 B
Text
Raw
Normal View
History
Unescape
Escape
ARM: iMX: define an IMX_CONFIG Kconfig option IMX_CONFIG is currently passed via the SYS_EXTRA_OPTIONS which is marked as deprecated. Add a new Kconfig file under arch/arm/imx-common and define the IMX_CONFIG Kconfig in there. Each board is supposed to provide a default value pointing to the appropriate imximage.cfg file. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
2015-03-04 12:13:04 +00:00
config IMX_CONFIG
string
imx: hab: use unified rom section for mx6sx and mx6ul Add CONFIG_ROM_UNIFIED_SECTIONS for mx6sx and mx6ul target platforms to resolve corresponding HAB_RVT_BASE base address, the RVT table contains pointers to the HAB API functions in ROM code. Signed-off-by: Adrian Alonso <aalonso@freescale.com>
2015-10-12 18:48:09 +00:00
config ROM_UNIFIED_SECTIONS
bool
Reference in a new issue
Copy permalink