From 95519e8f5b547a2334fbfbda2157b0c390295dca Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Fri, 23 Dec 2016 14:22:21 +0100 Subject: [PATCH] Disable AR933x hang on boot workaround for RAM loadable version --- u-boot/cpu/mips/ar7240/qca_gpio_init.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/u-boot/cpu/mips/ar7240/qca_gpio_init.S b/u-boot/cpu/mips/ar7240/qca_gpio_init.S index 9b617e4..18c5ebc 100644 --- a/u-boot/cpu/mips/ar7240/qca_gpio_init.S +++ b/u-boot/cpu/mips/ar7240/qca_gpio_init.S @@ -484,6 +484,7 @@ lowlevel_gpio_init: * * TODO: FIXME! */ + #if !defined(CONFIG_SKIP_LOWLEVEL_INIT) first_boot: li t8, 0xBD000000 lw t9, 0(t8) @@ -505,6 +506,7 @@ full_reset: nop nop nop + #endif /* * GPIO configuration, using GPIO_FUNCTION_1 register: -- 2.25.1