mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
* Patch by Andreas Oberritter, 09 Nov 2002:
Change behaviour of NetLoop(): return -1 for errors, filesize otherwise; return code 0 is valid an means no file loaded - in this case the environment still gets updated! * Patches by Jon Diekema, 9 Nov 2002: - improve ADC/DAC clocking on the SACSng board to align the failing edges of LRCLK and SCLK - sbc8260 configuration tweaks - add status LED support for 82xx systems - wire sspi/sspo commands into command handler; improved error handlering - add timestamp support and alternate memory test to the SACSng configuration
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
|
||||
#include <cmd_eeprom.h>
|
||||
#include <cmd_i2c.h>
|
||||
#include <cmd_spi.h>
|
||||
#include <cmd_immap.h>
|
||||
#include <cmd_rtc.h>
|
||||
|
||||
@@ -316,6 +317,7 @@ cmd_tbl_t cmd_tbl[] = {
|
||||
CMD_TBL_MISC /* sleep */
|
||||
CMD_TBL_SMCINFO
|
||||
CMD_TBL_SPIINFO
|
||||
CMD_TBL_SPI
|
||||
CMD_TBL_STACK
|
||||
CMD_TBL_STEP
|
||||
CMD_TBL_TFTPB
|
||||
|
Reference in New Issue
Block a user