mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
- r2dplus fixes
This commit is contained in:
commit
d09b832cd8
2 changed files with 3 additions and 2 deletions
|
@ -46,7 +46,9 @@ void ide_set_reset(int idereset)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef CONFIG_DM_ETH
|
||||
int board_eth_init(bd_t *bis)
|
||||
{
|
||||
return pci_eth_init(bis);
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -7,8 +7,7 @@ CONFIG_TARGET_R2DPLUS=y
|
|||
CONFIG_BOOTDELAY=-1
|
||||
CONFIG_USE_BOOTARGS=y
|
||||
CONFIG_BOOTARGS="console=ttySC0,115200"
|
||||
# CONFIG_CMDLINE_EDITING is not set
|
||||
# CONFIG_AUTO_COMPLETE is not set
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_IMLS=y
|
||||
CONFIG_CMD_DM=y
|
||||
CONFIG_CMD_IDE=y
|
||||
|
|
Loading…
Add table
Reference in a new issue