Commit ada5f2a2 authored by notaz's avatar notaz Committed by H. Nikolaus Schaller
Browse files

pyra: set CONFIG_SPL_ABORT_ON_RAW_IMAGE

otherwise MLO reads some trash from fixed point of SD card (calling it
"raw image") and tries to boot it.
parent ed9f5b75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,4 +19,6 @@
#define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4
#define CONFIG_SYS_I2C_TCA642X_ADDR 0x22

#define CONFIG_SPL_ABORT_ON_RAW_IMAGE 1

#endif /* __CONFIG_PANDORA_PYRA_LC15_H */