diff options
author | Tom Rini <trini@ti.com> | 2014-11-24 17:05:11 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-24 17:05:11 -0500 |
commit | fce0a90a68de507dc827c1ff40d9e446047fa043 (patch) | |
tree | 9b8aececd44fd791810d4fef68ac66f62e4a48bd /Kconfig | |
parent | f3a05c8f944ab2cd832e69a5705708ee7a1797fa (diff) | |
parent | 8bc347e2ec17bca44b1639a001eeed50d042f0db (diff) | |
download | u-boot-imx-fce0a90a68de507dc827c1ff40d9e446047fa043.zip u-boot-imx-fce0a90a68de507dc827c1ff40d9e446047fa043.tar.gz u-boot-imx-fce0a90a68de507dc827c1ff40d9e446047fa043.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -58,6 +58,14 @@ config CC_OPTIMIZE_FOR_SIZE endmenu # General setup +menuconfig EXPERT + bool "Configure standard U-Boot features (expert users)" + help + This option allows certain base U-Boot options and settings + to be disabled or tweaked. This is for specialized + environments which can tolerate a "non-standard" U-Boot. + Only use this if you really know what you are doing. + menu "Boot images" config SPL_BUILD |