diff options
author | Siarhei Siamashka | 2015-09-08 17:49:08 +0300 |
---|---|---|
committer | Hans de Goede | 2015-09-10 20:13:07 +0200 |
commit | f88d546fb5efa1793db0856dd19611f70bf764d9 (patch) | |
tree | 0b316b006ad510123c0b4e192c9a9286d1fbcc30 /configs | |
parent | 2ad76bf2c7e4da8331ffdd621f0302e745db1351 (diff) |
sunxi: Fix wrong serial console setup in Forfun Q88DB tablet
The Forfun Q88DB tablet was unbootable since commit
b6006baf9c2553543e3384983d23d95efbf24fa6 ("sunxi: Move all
boards to the driver-model"). Appears that this is caused
by the wrong serial console setup in the SPL. The serial
console should use PG3/PG4 pins according to the FEX file.
Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/forfun_q88db_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/forfun_q88db_defconfig b/configs/forfun_q88db_defconfig index 30cead75b29..30e09370e64 100644 --- a/configs/forfun_q88db_defconfig +++ b/configs/forfun_q88db_defconfig @@ -13,7 +13,7 @@ CONFIG_VIDEO_LCD_BL_PWM="PB2" CONFIG_DEFAULT_DEVICE_TREE="sun5i-a13-forfun-q88db" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER" +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2,AXP209_POWER" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set |