Re: [U-Boot] [PATCH v3 12/62] sandbox: Don't use IDE and iotrace in SPL

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:57, Simon Glass wrote: > These functions are not supported in SPL, so drop them. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > include/configs/sandbox.h | 4 > 1 file changed, 4 insertions(+) Applied to u-boot-dm ___

[U-Boot] [PATCH v3 12/62] sandbox: Don't use IDE and iotrace in SPL

2016-07-04 Thread Simon Glass
These functions are not supported in SPL, so drop them. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None include/configs/sandbox.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 23a0c40..4de89f8 100644 -