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

2018-05-02 Thread Sascha Hauer
On Thu, Apr 26, 2018 at 05:56:44PM +, 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-of

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

2018-04-26 Thread Alexander Kurz
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 --- arch/arm/configs/omap3530_beagle_xload_defconfig