Re: [U-Boot] [PATCH 14/15] dm: spi: Clean up detection of sandbox SPI emulator

2018-10-09 Thread sjg
Now that we don't have to deal with the command-line flag we can simplify the code for detecting the emulator. Remove the lookup based on the SPI specification, relying just on the device tree to locate the emulator. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/state.h | 1 - driver

[U-Boot] [PATCH 14/15] dm: spi: Clean up detection of sandbox SPI emulator

2018-10-01 Thread Simon Glass
Now that we don't have to deal with the command-line flag we can simplify the code for detecting the emulator. Remove the lookup based on the SPI specification, relying just on the device tree to locate the emulator. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/state.h | 1 - driver