diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-12 20:32:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-27 21:38:34 -0400 |
commit | 0eeabc63d287f3edeb1d20650813daf2fcbe0131 (patch) | |
tree | bc134323f319a01bd47e0f5f5fc68697c6a68c60 /include | |
parent | e124b65246ee9df4d0bc14c05c7d40eed0030304 (diff) | |
download | u-boot-0eeabc63d287f3edeb1d20650813daf2fcbe0131.tar.gz |
omap3_logic: Remove unused comments/code
Clean up the config header file by removing some now irrelevant code /
comments.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap3_logic.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 89ffdef287c..cac35ef0795 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -14,20 +14,6 @@ #include <configs/ti_omap3_common.h> -/* - * We are only ever GP parts and will utilize all of the "downloaded image" - * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB) in - * order to allow for BCH8 to fit in. - */ - -/* Hardware drivers */ - -/* I2C */ - -#ifdef CONFIG_SPL_BUILD -#undef CONFIG_USB_EHCI_OMAP -#endif - /* Board NAND Info. */ #ifdef CONFIG_MTD_RAW_NAND #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */ |