diff options
| author | Tom Rini <[email protected]> | 2015-04-10 09:38:38 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-04-10 11:54:07 -0400 |
| commit | 59064346dd2713e5259a32d5ef55792a8f91171b (patch) | |
| tree | 2192fa718f041119e9ba64a9d76f7fe7c546d480 /README | |
| parent | 6d0f45260846b8cafcae6a815178ff8ece7dea7a (diff) | |
| parent | 412ae53aadb53cd63e754d638bafe6e426aeafee (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3607,6 +3607,16 @@ FIT uImage format: CONFIG_SPL_STACK Adress of the start of the stack SPL will use + CONFIG_SPL_PANIC_ON_RAW_IMAGE + When defined, SPL will panic() if the image it has + loaded does not have a signature. + Defining this is useful when code which loads images + in SPL cannot guarantee that absolutely all read errors + will be caught. + An example is the LPC32XX MLC NAND driver, which will + consider that a completely unreadable NAND block is bad, + and thus should be skipped silently. + CONFIG_SPL_RELOC_STACK Adress of the start of the stack SPL will use after relocation. If unspecified, this is equal to |
