diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-27 07:50:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-27 07:50:24 -0500 |
commit | b47b3810379aaf6d336151acda66c2a29fc8b657 (patch) | |
tree | 15364a84e350a1a71ead52ead1b313a6dad2a3a5 /include | |
parent | 562a63e86bc7b308a328a7bbdf0db237855c39a8 (diff) | |
parent | e17e0ceb83538c015a50b965547f2f4d38f81c5d (diff) |
Merge branch '2018-12-26-master-imports'
- Misc TI platform fixes
- mt7629 fix for Linux compatible SMP support
- Other small regression fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mt7623.h | 2 | ||||
-rw-r--r-- | include/configs/omap3_igep00x0.h | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h index 68da920e30..ba763501cf 100644 --- a/include/configs/mt7623.h +++ b/include/configs/mt7623.h @@ -46,7 +46,7 @@ /* DRAM */ #define CONFIG_SYS_SDRAM_BASE 0x80000000 -/* This is neede for kernel booting */ +/* This is needed for kernel booting */ #define FDT_HIGH "fdt_high=0xac000000\0" /* Extra environment variables */ diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index b9d6569752..775374cf28 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -20,10 +20,6 @@ #define CONFIG_REVISION_TAG 1 -/* GPIO banks */ -#define CONFIG_OMAP3_GPIO_2 /* GPIO32..63 is in GPIO bank 2 */ -#define CONFIG_OMAP3_GPIO_4 /* GPIO96..127 is in GPIO bank 4 */ - /* TPS65950 */ #define PBIASLITEVMODE1 (1 << 8) |