diff options
author | Stefan Roese <sr@denx.de> | 2018-10-09 08:59:16 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-11-18 16:02:23 +0100 |
commit | 101860ef69887f12cd5cc8d0e1512a37f4ffb8d7 (patch) | |
tree | 80f913b9365ed0cbefb75d2c9429814434ccbbd5 /arch | |
parent | 8bd197770621df19e3eacd3ef83f9616b15b126f (diff) | |
download | u-boot-101860ef69887f12cd5cc8d0e1512a37f4ffb8d7.tar.gz u-boot-101860ef69887f12cd5cc8d0e1512a37f4ffb8d7.tar.bz2 u-boot-101860ef69887f12cd5cc8d0e1512a37f4ffb8d7.zip |
mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfig
These misc updates include the following changes:
- Change baudrate from 57600 to 115200
- Enable MIPS_BOOT_CMDLINE_LEGACY
- Enable FIT support
- Enable ethernet support
- Enable SPI support
- Enable GPIO support
- Change max image size from 0x40000 to 0x80000
A note about the baudrate change:
The original Mediatek U-Boot version used 57600 baud. Lets move to a
more common and faster speed of 115200 baud. And remove the "console="
property from the DT as its not needed.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/dts/linkit-smart-7688.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/dts/linkit-smart-7688.dts b/arch/mips/dts/linkit-smart-7688.dts index df4bf907c6..c9db136f30 100644 --- a/arch/mips/dts/linkit-smart-7688.dts +++ b/arch/mips/dts/linkit-smart-7688.dts @@ -22,7 +22,6 @@ }; chosen { - bootargs = "console=ttyS0,57600"; stdout-path = &uart2; }; }; |