[PATCH 1/2] ARM omap beagle xload_defconfig: do not load drivers from DT

Sascha Hauer s.hauer at pengutronix.de
Wed May 2 03:28:05 PDT 2018


On Thu, Apr 26, 2018 at 05:56:44PM +0000, Alexander Kurz wrote:
> The first stage loader must run in SRAM and is limited in size.
> Remove unused support to load drivers from DT at this stage and
> save precious 9kB of code size.
> Regenerating the defconfig removes CONFIG_TEXT_BASE.
> 
> Signed-off-by: Alexander Kurz <akurz at blala.de>
> ---
>  arch/arm/configs/omap3530_beagle_xload_defconfig | 3 ---
>  1 file changed, 3 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/configs/omap3530_beagle_xload_defconfig b/arch/arm/configs/omap3530_beagle_xload_defconfig
> index d36aaf319..2105c0b9d 100644
> --- a/arch/arm/configs/omap3530_beagle_xload_defconfig
> +++ b/arch/arm/configs/omap3530_beagle_xload_defconfig
> @@ -8,7 +8,6 @@ CONFIG_THUMB2_BAREBOX=y
>  CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
>  CONFIG_ARM_UNWIND=y
>  CONFIG_MMU=y
> -CONFIG_TEXT_BASE=0x0
>  CONFIG_STACK_SIZE=0xc00
>  CONFIG_MALLOC_SIZE=0x0
>  CONFIG_MALLOC_DUMMY=y
> @@ -18,7 +17,6 @@ CONFIG_SHELL_NONE=y
>  # CONFIG_ERRNO_MESSAGES is not set
>  # CONFIG_TIMESTAMP is not set
>  CONFIG_CONSOLE_SIMPLE=y
> -CONFIG_OFDEVICE=y
>  CONFIG_DRIVER_SERIAL_NS16550=y
>  CONFIG_DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS=y
>  # CONFIG_SPI is not set
> @@ -36,7 +34,6 @@ CONFIG_MCI=y
>  CONFIG_MCI_STARTUP=y
>  # CONFIG_MCI_WRITE is not set
>  CONFIG_MCI_OMAP_HSMMC=y
> -# CONFIG_PINCTRL is not set
>  # CONFIG_FS_RAMFS is not set
>  # CONFIG_FS_DEVFS is not set
>  CONFIG_FS_FAT=y
> -- 
> 2.11.0
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list