diff options
author | David Lechner <david@lechnology.com> | 2019-05-29 10:01:59 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-05 12:14:02 -0400 |
commit | 18517ab8a1aa9489343e2760cec25a722f625264 (patch) | |
tree | 01948d0e40db620adea22504f331986ff87869c3 /include/configs/legoev3.h | |
parent | 4fde31e482db4a9ef047869abfaa331288652a15 (diff) | |
download | u-boot-18517ab8a1aa9489343e2760cec25a722f625264.tar.gz u-boot-18517ab8a1aa9489343e2760cec25a722f625264.tar.xz u-boot-18517ab8a1aa9489343e2760cec25a722f625264.zip |
configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INIT
This adds a define for CONFIG_SKIP_LOWLEVEL_INIT in the legoev3 config.
On the EV3, U-Boot is loaded into RAM by another bootloader, so we
don't need the lowlevel init in U-Boot.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r-- | include/configs/legoev3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 1e239ecadd..36ca3b201e 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -22,6 +22,7 @@ #define CONFIG_SYS_OSCIN_FREQ 24000000 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) +#define CONFIG_SKIP_LOWLEVEL_INIT /* * Memory Info |