All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 08/12] arc: get rid of useless CONFIG_SKIP_LOWLEVEL_INIT
Date: Tue,  3 Feb 2015 13:58:16 +0300	[thread overview]
Message-ID: <1422961100-1618-9-git-send-email-abrodkin@synopsys.com> (raw)
In-Reply-To: <1422961100-1618-1-git-send-email-abrodkin@synopsys.com>

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>
---
 include/configs/arcangel4.h | 2 --
 include/configs/axs101.h    | 2 --
 2 files changed, 4 deletions(-)

diff --git a/include/configs/arcangel4.h b/include/configs/arcangel4.h
index 60f3077..003a45d 100644
--- a/include/configs/arcangel4.h
+++ b/include/configs/arcangel4.h
@@ -15,8 +15,6 @@
 /*
  * Board configuration
  */
-#define CONFIG_SKIP_LOWLEVEL_INIT	/* U-Boot is in RAM already */
-
 #define CONFIG_ARCH_EARLY_INIT_R
 
 /*
diff --git a/include/configs/axs101.h b/include/configs/axs101.h
index 2340d99..4064ed2 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
-- 
2.1.0

  parent reply	other threads:[~2015-02-03 10:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 10:58 [U-Boot] [PATCH 00/12] ARC: more improvements Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 01/12] arc: memcmp - fix zero-delay loop utilization Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 02/12] arc: remove CPU hard-coded selection from board description in include/configs Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 03/12] arc: add more flavours of ARC700 series CPU Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 04/12] arc: define and use PTAG AUX regs for MMUv3 only Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 05/12] arc: select cache settings via menuconfig Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 06/12] arc: add selection of endianess in Kconfig Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 07/12] arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h Alexey Brodkin
2015-02-03 10:58 ` Alexey Brodkin [this message]
2015-02-03 10:58 ` [U-Boot] [PATCH 09/12] arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 10/12] arc: move SYS_MONITOR_BASE setup in Konfig Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 11/12] arc: move CPU flags selection to the main "config.mk" Alexey Brodkin
2015-02-03 10:58 ` [U-Boot] [PATCH 12/12] arc: build libgcc in U-Boot Alexey Brodkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422961100-1618-9-git-send-email-abrodkin@synopsys.com \
    --to=alexey.brodkin@synopsys.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.