configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INIT
authorDavid Lechner <david@lechnology.com>
Wed, 29 May 2019 08:01:59 +0000 (10:01 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 5 Jun 2019 16:14:02 +0000 (12:14 -0400)
commit18517ab8a1aa9489343e2760cec25a722f625264
tree01948d0e40db620adea22504f331986ff87869c3
parent4fde31e482db4a9ef047869abfaa331288652a15
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>
include/configs/legoev3.h