stm32mp1: remove the imply BOOTSTAGE
This patch is only a temporarily workaround for crash introduced by
commit ac9cd4805c ("bootstage: Correct relocation algorithm").
The crash occurs because the bootstage struct is not correctly aligned
when BOOTSTAGE feature is activated.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Patrick Delaunay <patrick.delaunay@st.com>
			
			
This commit is contained in:
		
							parent
							
								
									eee15806fc
								
							
						
					
					
						commit
						16fec9b0bc
					
				| 
						 | 
					@ -46,9 +46,7 @@ config TARGET_STM32MP1
 | 
				
			||||||
	select STM32_SERIAL
 | 
						select STM32_SERIAL
 | 
				
			||||||
	select SYS_ARCH_TIMER
 | 
						select SYS_ARCH_TIMER
 | 
				
			||||||
	imply BOOTCOUNT_LIMIT
 | 
						imply BOOTCOUNT_LIMIT
 | 
				
			||||||
	imply BOOTSTAGE
 | 
					 | 
				
			||||||
	imply CMD_BOOTCOUNT
 | 
						imply CMD_BOOTCOUNT
 | 
				
			||||||
	imply CMD_BOOTSTAGE
 | 
					 | 
				
			||||||
	imply CMD_CLS if CMD_BMP
 | 
						imply CMD_CLS if CMD_BMP
 | 
				
			||||||
	imply DISABLE_CONSOLE
 | 
						imply DISABLE_CONSOLE
 | 
				
			||||||
	imply PRE_CONSOLE_BUFFER
 | 
						imply PRE_CONSOLE_BUFFER
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue