[PATCH] console_simple: fix linking error when ARCH_HAS_CTRLC enabled

2019-10-15 Thread iu87m888m
From: DU HUANPENG this error happens in sandbox with simple console, sandbox has ARCH_HAS_CTRLC enabled by default $ make sandbox_defconfig $ make menuconfig (select CONFIG_SHELL_SIMPLE) $ make LD barebox common/built-in.o: In function `__pr_memory_display':

[PATCH] fix compile error when set CONFIG_CONSOLE_SIMPLE=y

2019-10-03 Thread iu87m888m
From: DU HUANPENG Signed-off-by: DU HUANPENG --- common/console_simple.c | 12 1 file changed, 12 insertions(+) diff --git a/common/console_simple.c b/common/console_simple.c index 385da2f..010e0b3 100644 --- a/common/console_simple.c +++ b/common/console_simple.c @@ -65,6 +65,9

[PATCH] CONFIG_PBL_BREAK option is available for MIPS

2019-09-06 Thread iu87m888m
From: DU HUANPENG Signed-off-by: DU HUANPENG --- common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Kconfig b/common/Kconfig index 8aad5ba..a86b5e8 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1290,7 +1290,7 @@ config DEBUG_INITCALLS config

[PATCH] mtd: spi-nor: Add support for s25fl128s0 s25fl128s1 flashes from Linux

2019-08-28 Thread iu87m888m
From: DU HUANPENG These definitions are taken from Linux's spi-nor driver as of v5.2-rc4 Signed-off-by: DU HUANPENG --- drivers/mtd/spi-nor/spi-nor.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index 9dbc830..f38db7c

[PATCH] mtd: spi-nor: Add support for s25fl128s0 s25fl128s1 flashes from Linux

2019-08-28 Thread iu87m888m
From: DU HUANPENG These definitions are taken from Linux's spi-nor driver as of v5.2-rc4 Signed-off-by: DU HUANPENG --- drivers/mtd/spi-nor/spi-nor.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index 9dbc830..f38db7c

[PATCH] mtd: spi-nor: Add support for s25fl128s0 s25fl128s1 flashes from Linux

2019-08-28 Thread iu87m888m
From: DU HUANPENG These definitions are taken from Linux's spi-nor driver as of v5.2-rc4 Signed-off-by: DU HUANPENG --- drivers/mtd/spi-nor/spi-nor.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index 9dbc830..f38db7c