mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 16:35:37 +00:00
reset: drop unnecessary comment for pciesys
after review from sam this comment should be removed Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
This commit is contained in:
parent
626892a779
commit
a300d696ca
1 changed files with 0 additions and 1 deletions
|
@ -599,7 +599,6 @@ static int mt7622_pciesys_bind(struct udevice *dev)
|
|||
int ret = 0;
|
||||
|
||||
if (IS_ENABLED(CONFIG_RESET_MEDIATEK)) {
|
||||
// PCIESYS uses in linux also 0x34 = ETHSYS reset controller
|
||||
ret = mediatek_reset_bind(dev, ETHSYS_HIFSYS_RST_CTRL_OFS, 1);
|
||||
if (ret)
|
||||
debug("Warning: failed to bind reset controller\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue