diff mbox

[U-Boot,v2,7/7] STIH410-B2260: Add STiH410-B2260 defconfig

Message ID 1486055625-10095-8-git-send-email-patrice.chotard@st.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Patrice CHOTARD Feb. 2, 2017, 5:13 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---
 configs/stih410-b2260_defconfig | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 configs/stih410-b2260_defconfig

Comments

Tom Rini Feb. 5, 2017, 10:28 p.m. UTC | #1
On Thu, Feb 02, 2017 at 06:13:45PM +0100, patrice.chotard@st.com wrote:

> From: Patrice Chotard <patrice.chotard@st.com>
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

... but you should just include this when adding the board file.  And
re-order the series to add SoC, drivers, then a functional board.
Thanks!
Patrice CHOTARD Feb. 6, 2017, 8:04 a.m. UTC | #2
On 02/05/2017 11:28 PM, Tom Rini wrote:
> On Thu, Feb 02, 2017 at 06:13:45PM +0100, patrice.chotard@st.com wrote:
>
>> From: Patrice Chotard <patrice.chotard@st.com>
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>
> ... but you should just include this when adding the board file.  And
> re-order the series to add SoC, drivers, then a functional board.
> Thanks!
>

OK i will send a v3 with the correct patch order

Thanks
diff mbox

Patch

diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
new file mode 100644
index 0000000..bb53acc
--- /dev/null
+++ b/configs/stih410-b2260_defconfig
@@ -0,0 +1,22 @@ 
+CONFIG_ARM=y
+CONFIG_ARCH_STI=y
+CONFIG_IDENT_STRING="STMicroelectronics STiH410-B2260"
+CONFIG_DEFAULT_DEVICE_TREE="stih410-b2260"
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
+# CONFIG_DISPLAY_CPUINFO is not set
+CONFIG_SYS_PROMPT="stih410-b2260 => "
+# CONFIG_CMD_IMLS is not set
+CONFIG_CMD_MMC=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+CONFIG_OF_CONTROL=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_STI=y
+CONFIG_PINCTRL=y
+CONFIG_STI_ASC_SERIAL=y
+CONFIG_SPL_OF_LIBFDT=y