{docs/,}mb/supermicro/x11ssh-tf: drop TODO section
Drop the TODO comment, since there is no TODO left. Also drop the now obsolete TODO section from the board documentation. Change-Id: I4192aaedc1429c8ff1bd7c52baa4741e1df0d0c5 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48126 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
ce04a42db9
commit
4c56d79ba6
|
@ -33,10 +33,6 @@ in a 32 MiB SOIC-16 chip in the corner of the mainboard near the [AST2400]. This
|
||||||
|
|
||||||
See general issue section.
|
See general issue section.
|
||||||
|
|
||||||
## ToDo
|
|
||||||
|
|
||||||
- Fix TODOs mentioned in code
|
|
||||||
|
|
||||||
## Technology
|
## Technology
|
||||||
|
|
||||||
```eval_rst
|
```eval_rst
|
||||||
|
|
|
@ -226,7 +226,6 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_CFG_NF(GPP_I10, NONE, DEEP, NF1),
|
PAD_CFG_NF(GPP_I10, NONE, DEEP, NF1),
|
||||||
};
|
};
|
||||||
|
|
||||||
/*** XXX TODO XXX */
|
|
||||||
static const struct pad_config early_gpio_table[] = {
|
static const struct pad_config early_gpio_table[] = {
|
||||||
/* Early LPC configuration in romstage */
|
/* Early LPC configuration in romstage */
|
||||||
PAD_CFG_NF(GPP_A1, NONE, DEEP, NF1),
|
PAD_CFG_NF(GPP_A1, NONE, DEEP, NF1),
|
||||||
|
|
Loading…
Reference in New Issue