diff options
Diffstat (limited to 'doc/README.mpc85xx')
| -rw-r--r-- | doc/README.mpc85xx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/README.mpc85xx b/doc/README.mpc85xx index 5a4b591a8..f9b023f28 100644 --- a/doc/README.mpc85xx +++ b/doc/README.mpc85xx @@ -26,7 +26,7 @@ Major Config Switches during various boot Modes  ----------------------------------------------  NOR boot -		!defined(CONFIG_SYS_RAMBOOT) +		!defined(CONFIG_SYS_RAMBOOT) && !defined(CONFIG_SPL)  NOR boot Secure  		!defined(CONFIG_SYS_RAMBOOT) && defined(CONFIG_SECURE_BOOT)  RAMBOOT(SD, SPI & NAND boot) |