On Mon, Feb 12, 2018 at 03:39:18PM -0800, Max Filippov wrote: > Signed-off-by: Max Filippov <jcmvb...@gmail.com> > --- > board/cadence/xtfpga/Kconfig | 5 +++++ > include/configs/xtfpga.h | 7 ------- > 2 files changed, 5 insertions(+), 7 deletions(-) > > diff --git a/board/cadence/xtfpga/Kconfig b/board/cadence/xtfpga/Kconfig > index 69296be49c7a..67ae3860b6d4 100644 > --- a/board/cadence/xtfpga/Kconfig > +++ b/board/cadence/xtfpga/Kconfig > @@ -36,4 +36,9 @@ config BOARD_SDRAM_SIZE > default 0x18000000 if XTFPGA_ML605 > default 0x38000000 if XTFPGA_KC705 > > +config SYS_MONITOR_LEN > + hex > + default 0x00020000 if XTFPGA_LX60 > + default 0x00040000 if !XTFPGA_LX60 > + > endif > diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h > index 79cc1e8fc1b8..86c7e7cf279c 100644 > --- a/include/configs/xtfpga.h > +++ b/include/configs/xtfpga.h > @@ -59,13 +59,6 @@ > > #define CONFIG_SYS_SDRAM_BASE MEMADDR(0x00000000) > > -/* Lx60 can only map 128kb memory (instead of 256kb) when running under OCD > */ > -#ifdef CONFIG_XTFPGA_LX60 > -# define CONFIG_SYS_MONITOR_LEN 0x00020000 /* 128KB */ > -#else > -# define CONFIG_SYS_MONITOR_LEN 0x00040000 /* 256KB */ > -#endif > - > #define CONFIG_SYS_MALLOC_LEN (256 << 10) /* heap 256KB > */ > > /* Linux boot param area in RAM (used only when booting linux) */
We need to migrate everyone, not just xtensa. This might be a tad tricky, so I'll put it on my plate. Thanks! -- Tom
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot