public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anand Moon <linux.amoon@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot]  [PATCH 4/4] board: amlogic: Add missing config option
Date: Tue, 26 Nov 2019 21:12:06 +0000	[thread overview]
Message-ID: <20191126211206.4537-5-linux.amoon@gmail.com> (raw)
In-Reply-To: <20191126211206.4537-1-linux.amoon@gmail.com>

Add missing config option CONFIG_MESON_GXBB and CONFIG_SYS_BOARD,
for odroid-c2 and nanopi k2 board

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
 configs/nanopi-k2_defconfig | 2 ++
 configs/odroid-c2_defconfig | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/nanopi-k2_defconfig b/configs/nanopi-k2_defconfig
index 7bdeb7906a..3d6265c587 100644
--- a/configs/nanopi-k2_defconfig
+++ b/configs/nanopi-k2_defconfig
@@ -1,6 +1,8 @@
 CONFIG_ARM=y
+CONFIG_SYS_BOARD="p200"
 CONFIG_ARCH_MESON=y
 CONFIG_SYS_TEXT_BASE=0x01000000
+CONFIG_MESON_GXBB=y
 CONFIG_ENV_SIZE=0x2000
 CONFIG_NR_DRAM_BANKS=1
 CONFIG_DEBUG_UART_BASE=0xc81004c0
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 1f5a52c57c..700c871918 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -1,6 +1,8 @@
 CONFIG_ARM=y
+CONFIG_SYS_BOARD="p200"
 CONFIG_ARCH_MESON=y
 CONFIG_SYS_TEXT_BASE=0x01000000
+CONFIG_MESON_GXBB=y
 CONFIG_ENV_SIZE=0x2000
 CONFIG_NR_DRAM_BANKS=1
 CONFIG_DEBUG_UART_BASE=0xc81004c0
-- 
2.24.0

  parent reply	other threads:[~2019-11-26 21:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 21:12 [U-Boot] [PATCH 0/4] Odroid n2 using eMMC would fail to boot up Anand Moon
2019-11-26 21:12 ` [U-Boot] [PATCH 1/4] mmc: meson-gx: Fix tx phase in the tuning process Anand Moon
2019-11-27 13:00   ` Neil Armstrong
2019-11-27 14:42     ` Anand Moon
2019-12-04  9:26       ` Neil Armstrong
2019-12-20 10:10         ` Neil Armstrong
2019-12-20 18:58           ` Anand Moon
2019-12-20 18:47             ` Anand Moon
2019-12-20 19:23               ` Jerome Brunet
2019-12-21 11:30                 ` Anand Moon
2019-11-26 21:12 ` [U-Boot] [PATCH 2/4] configs: meson64: enable GIC support for G12A/G12B Anand Moon
2019-11-27 12:56   ` Neil Armstrong
2019-11-26 21:12 ` [U-Boot] [PATCH 3/4] board: amlogic: select PWRSEQ for all amlogic platform Anand Moon
2019-11-27 12:56   ` Neil Armstrong
2019-11-26 21:12 ` Anand Moon [this message]
2019-11-27 12:55   ` [U-Boot] [PATCH 4/4] board: amlogic: Add missing config option Neil Armstrong
2019-11-27 14:43     ` Anand Moon

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=20191126211206.4537-5-linux.amoon@gmail.com \
    --to=linux.amoon@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox