All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jamin Lin <jamin_lin@aspeedtech.com>
To: <openbmc@lists.ozlabs.org>, <joel@jms.id.au>, <andrew@aj.id.au>
Cc: troy_lee@aspeedtech.com, steven_lee@aspeedtech.com
Subject: [u-boot, v2019.04-aspeed-openbmc 1/1] fix compiling warnings for AST2600 A1 SPL
Date: Thu, 24 Feb 2022 16:11:21 +0800	[thread overview]
Message-ID: <20220224081121.10389-2-jamin_lin@aspeedtech.com> (raw)
In-Reply-To: <20220224081121.10389-1-jamin_lin@aspeedtech.com>

remove duplicated define

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
---
 include/configs/evb_ast2600a1_spl.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/include/configs/evb_ast2600a1_spl.h b/include/configs/evb_ast2600a1_spl.h
index 655896b237..006cc4345b 100644
--- a/include/configs/evb_ast2600a1_spl.h
+++ b/include/configs/evb_ast2600a1_spl.h
@@ -42,13 +42,6 @@
 #endif
 #endif
 
-/* SPL */
-#define CONFIG_SPL_TEXT_BASE		0x00000000
-#define CONFIG_SPL_MAX_SIZE		0x0000E800
-#define CONFIG_SPL_STACK		0x10010000
-#define CONFIG_SPL_BSS_START_ADDR	0x90000000
-#define CONFIG_SPL_BSS_MAX_SIZE		0x00100000
-
 #define CONFIG_SUPPORT_EMMC_BOOT
 
 #endif	/* __CONFIG_H */
-- 
2.17.1


  reply	other threads:[~2022-02-24  8:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24  8:11 [u-boot, v2019.04-aspeed-openbmc 0/1] fix compiling warnings for AST2600 A1 SPL Jamin Lin
2022-02-24  8:11 ` Jamin Lin [this message]
2022-02-24 11:43   ` [u-boot,v2019.04-aspeed-openbmc 1/1] " Joel Stanley
2022-03-01  0:57     ` Jamin Lin
2022-03-01  8:28     ` Jamin Lin

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=20220224081121.10389-2-jamin_lin@aspeedtech.com \
    --to=jamin_lin@aspeedtech.com \
    --cc=andrew@aj.id.au \
    --cc=joel@jms.id.au \
    --cc=openbmc@lists.ozlabs.org \
    --cc=steven_lee@aspeedtech.com \
    --cc=troy_lee@aspeedtech.com \
    /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.