diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-03 13:58:16 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-09 16:41:20 +0300 |
commit | bcba9742ce39e96b36b8dfc96066ee3a71561bab (patch) | |
tree | fb78ecde86bcc1924fe3d8f42ebdb4e80c9a25f6 /include/configs/axs101.h | |
parent | 6eb651ad29636682067f76de4f40c45119269f8b (diff) | |
download | u-boot-bcba9742ce39e96b36b8dfc96066ee3a71561bab.tar.gz |
arc: get rid of useless CONFIG_SKIP_LOWLEVEL_INIT
Currently there's nothing related to really low-level init on ARC so
CONFIG_SKIP_LOWLEVEL_INIT definition makes no sense.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include/configs/axs101.h')
-rw-r--r-- | include/configs/axs101.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index 2340d99346..4064ed2331 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -15,8 +15,6 @@ /* * Board configuration */ -#define CONFIG_SKIP_LOWLEVEL_INIT /* U-Boot is in RAM already */ - #define CONFIG_ARCH_EARLY_INIT_R #define ARC_FPGA_PERIPHERAL_BASE 0xE0000000 |